Package africa.absa.inception.jpa
-
Interface Summary Interface Description Identifiable<T extends Serializable> 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. -
Class Summary Class Description AssignedIdentityGenerator 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.JpaUtil The JpaUtil class provides JPA-related utility methods.