| 
									
										
										
										
											2019-05-10 00:22:34 +05:30
										 |  |  | ========= | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ## Spring Persistence Example Project
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Relevant Articles: 
 | 
					
						
							|  |  |  | - [A Guide to JPA with Spring](https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa) | 
					
						
							| 
									
										
										
										
											2019-05-11 00:33:30 +05:30
										 |  |  | - [Bootstrapping Hibernate 5 with Spring](http://www.baeldung.com/hibernate-5-spring) | 
					
						
							| 
									
										
										
										
											2019-05-27 14:40:32 +08:00
										 |  |  | - [The DAO with Spring and Hibernate](http://www.baeldung.com/persistence-layer-with-spring-and-hibernate) | 
					
						
							|  |  |  | - [Simplify the DAO with Spring and Java Generics](https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics) | 
					
						
							| 
									
										
										
										
											2019-05-12 00:04:18 +05:30
										 |  |  | - [Transactions with Spring and JPA](https://www.baeldung.com/transaction-configuration-with-jpa-and-spring) | 
					
						
							| 
									
										
										
										
											2019-05-27 14:42:42 +08:00
										 |  |  | - [Introduction to Spring Data JPA](http://www.baeldung.com/the-persistence-layer-with-spring-data-jpa) | 
					
						
							| 
									
										
										
										
											2019-05-13 00:47:34 +05:30
										 |  |  | - [Spring Data JPA @Query](http://www.baeldung.com/spring-data-jpa-query) | 
					
						
							| 
									
										
										
										
											2019-05-17 00:15:09 +05:30
										 |  |  | - [Spring JDBC](https://www.baeldung.com/spring-jdbc-jdbctemplate) | 
					
						
							| 
									
										
										
										
											2019-05-10 00:22:34 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | ### Eclipse Config 
 | 
					
						
							|  |  |  | After importing the project into Eclipse, you may see the following error:   | 
					
						
							|  |  |  | "No persistence xml file found in project" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This can be ignored:  | 
					
						
							|  |  |  | - Project -> Properties -> Java Persistance -> JPA -> Error/Warnings -> Select Ignore on "No persistence xml file found in project" | 
					
						
							|  |  |  | Or:  | 
					
						
							|  |  |  | - Eclipse -> Preferences - Validation - disable the "Build" execution of the JPA Validator  | 
					
						
							|  |  |  | 
 |