Example usage for Java javax.persistence PersistenceUnitUtil fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getIdentifier(Object entity) Return the id of the entity. |
boolean | isLoaded(Object entity, String attributeName) Determine the load state of a given persistent attribute of an entity belonging to the persistence unit. |
boolean | isLoaded(Object entity) Determine the load state of an entity belonging to the persistence unit. |