Uses of Class
com.vladmihalcea.hibernate.id.BatchSequenceGenerator.IdentifierExtractor
-
Packages that use BatchSequenceGenerator.IdentifierExtractor Package Description com.vladmihalcea.hibernate.id -
-
Uses of BatchSequenceGenerator.IdentifierExtractor in com.vladmihalcea.hibernate.id
Fields in com.vladmihalcea.hibernate.id declared as BatchSequenceGenerator.IdentifierExtractor Modifier and Type Field Description private BatchSequenceGenerator.IdentifierExtractor
BatchSequenceGenerator. identifierExtractor
Methods in com.vladmihalcea.hibernate.id that return BatchSequenceGenerator.IdentifierExtractor Modifier and Type Method Description (package private) static BatchSequenceGenerator.IdentifierExtractor
BatchSequenceGenerator.IdentifierExtractor. getIdentifierExtractor(java.lang.Class<?> integralType)
static BatchSequenceGenerator.IdentifierExtractor
BatchSequenceGenerator.IdentifierExtractor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BatchSequenceGenerator.IdentifierExtractor[]
BatchSequenceGenerator.IdentifierExtractor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-