Java javax.persistence PersistenceUnitUtil fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence PersistenceUnitUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence PersistenceUnitUtil.

The text is from its open source code.

Implementation

javax.persistence.PersistenceUnitUtil has the following implementations.
Click this link to see all its implementation.

Method

ObjectgetIdentifier(Object entity)
Return the id of the entity.
booleanisLoaded(Object entity, String attributeName)
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
booleanisLoaded(Object entity)
Determine the load state of an entity belonging to the persistence unit.