Uses of Interface
org.hibernate.id.factory.spi.StandardGenerator
-
Packages that use StandardGenerator Package Description org.hibernate.envers.enhanced org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.uuid -
-
Uses of StandardGenerator in org.hibernate.envers.enhanced
Classes in org.hibernate.envers.enhanced that implement StandardGenerator Modifier and Type Class Description classOrderedSequenceGeneratorRevision number generator has to produce values in ascending order (gaps may occur). -
Uses of StandardGenerator in org.hibernate.id
Subinterfaces of StandardGenerator in org.hibernate.id Modifier and Type Interface Description interfaceBulkInsertionCapableIdentifierGeneratorSpecialized contract forIdentifierGeneratorimplementations capable of being used in conjunction with HQL insert statements.interfaceOptimizableGeneratorCommonality between sequence-based and table-based generatorsinterfacePersistentIdentifierGeneratorAnIdentifierGeneratorthat requires creation of database objects.interfacePostInsertIdentifierGeneratorClasses in org.hibernate.id that implement StandardGenerator Modifier and Type Class Description classAbstractPostInsertGeneratorBasic implementation of thePostInsertIdentifierGeneratorcontract.classAbstractUUIDGeneratorThe base class for identifier generators that use a UUID algorithm.classAssignedassignedclassCompositeNestedGeneratedValueGeneratorFor composite identifiers, defines a number of "nested" generations that need to happen to "fill" the identifier property(s).classForeignGeneratorforeignclassGUIDGeneratorDeprecated.useUuidGeneratorclassIdentityGeneratorA generator for use with ANSI-SQL IDENTITY columns used as the primary key.classIncrementGeneratorincrementclassSelectGeneratorA generator that selects the just inserted row to determine the identifier value assigned by the database.classUUIDGeneratorDeprecated.useUuidGeneratorandUuidGeneratorinsteadclassUUIDHexGeneratoruuid -
Uses of StandardGenerator in org.hibernate.id.enhanced
Classes in org.hibernate.id.enhanced that implement StandardGenerator Modifier and Type Class Description classSequenceStyleGeneratorGenerates identifier values based on a sequence-style database structure.classTableGeneratorAn enhanced version of table-based id generation. -
Uses of StandardGenerator in org.hibernate.id.uuid
Classes in org.hibernate.id.uuid that implement StandardGenerator Modifier and Type Class Description classUuidGeneratorUUID-based IdentifierGenerator
-