Index
All Classes and Interfaces|All Packages
A
- africa.absa.inception.jpa - package africa.absa.inception.jpa
- AssignedIdentityGenerator - Class in africa.absa.inception.jpa
-
The AssignedIdentityGenerator implements a Hibernate generator that allows a value to be specified in place of an automatically generated value for an identity column in the database.
- AssignedIdentityGenerator() - Constructor for class africa.absa.inception.jpa.AssignedIdentityGenerator
C
- createEntityManager(String, DataSource, PlatformTransactionManager, String...) - Static method in class africa.absa.inception.jpa.JpaUtil
-
Create a new entity manager.
G
- generate(SharedSessionContractImplementor, Object) - Method in class africa.absa.inception.jpa.AssignedIdentityGenerator
-
Generate a new identifier.
- getId() - Method in interface africa.absa.inception.jpa.Identifiable
-
Returns the ID for the entity.
I
- Identifiable<T extends Serializable> - Interface in africa.absa.inception.jpa
-
The Identifiable interface defines the interface that must be implemented by JPA entity classes that have an ID that can be explicitly specified in place of an automatically generated value for an identity column in the database.
J
- JpaUtil - Class in africa.absa.inception.jpa
-
The JpaUtil class provides JPA-related utility methods.
- JpaUtil() - Constructor for class africa.absa.inception.jpa.JpaUtil
All Classes and Interfaces|All Packages