Package africa.absa.inception.jpa


package africa.absa.inception.jpa
  • Class
    Description
    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.
    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.
    The JpaUtil class provides JPA-related utility methods.