17 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## JPA in Java
 | |
| 
 | |
| This module contains articles about the Java Persistence API (JPA) in Java.
 | |
| 
 | |
| ### Relevant Articles:
 | |
| 
 | |
| - [JPA Entity Equality](https://www.baeldung.com/jpa-entity-equality)
 | |
| - [Ignoring Fields With the JPA @Transient Annotation](https://www.baeldung.com/jpa-transient-ignore-field)
 | |
| - [Defining Indexes in JPA](https://www.baeldung.com/jpa-indexes)
 | |
| - [JPA CascadeType.REMOVE vs orphanRemoval](https://www.baeldung.com/jpa-cascade-remove-vs-orphanremoval)
 | |
| - [A Guide to MultipleBagFetchException in Hibernate](https://www.baeldung.com/java-hibernate-multiplebagfetchexception)
 | |
| - [How to Convert a Hibernate Proxy to a Real Entity Object](https://www.baeldung.com/hibernate-proxy-to-real-entity-object)
 | |
| - [Returning an Auto-Generated Id with JPA](https://www.baeldung.com/jpa-get-auto-generated-id)
 | |
| - [How to Return Multiple Entities In JPA Query](https://www.baeldung.com/jpa-return-multiple-entities)
 | |
| - [Defining Unique Constraints in JPA](https://www.baeldung.com/jpa-unique-constraints)
 | |
| - [Connecting to a Specific Schema in JDBC](https://www.baeldung.com/jdbc-connect-to-schema)
 |