接口的使用
org.hibernate.boot.model.relational.ExportableProducer
-
使用ExportableProducer的程序包 程序包 说明 org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.id中ExportableProducer的使用
org.hibernate.id中ExportableProducer的子接口 修饰符和类型 接口 说明 static interfaceCompositeNestedGeneratedValueGenerator.GenerationPlanContract for performing the actual sub-value generation, usually injecting it into the determinedcontextinterfaceIdentifierGeneratorAggregatorIdentifiesgeneratorswhich potentially aggregate otherPersistentIdentifierGeneratorgenerators.interfacePersistentIdentifierGeneratorAn IdentifierGenerator that requires creation of database objects.实现ExportableProducer的org.hibernate.id中的类 修饰符和类型 类 说明 classCompositeNestedGeneratedValueGeneratorFor composite identifiers, defines a number of "nested" generations that need to happen to "fill" the identifier property(s).classMultipleHiLoPerTableGenerator已过时。UseTableGeneratorinstead.classSequenceGenerator已过时。UseSequenceStyleGeneratorinsteadclassSequenceHiLoGenerator已过时。See deprecation discussion onSequenceGeneratorclassSequenceIdentityGenerator已过时。See deprecation discussion onSequenceGenerator -
org.hibernate.id.enhanced中ExportableProducer的使用
org.hibernate.id.enhanced中ExportableProducer的子接口 修饰符和类型 接口 说明 interfaceDatabaseStructureEncapsulates definition of the underlying data structure backing a sequence-style generator.实现ExportableProducer的org.hibernate.id.enhanced中的类 修饰符和类型 类 说明 classSequenceStructureDescribes a sequence.classSequenceStyleGeneratorGenerates identifier values based on a sequence-style database structure.classTableGeneratorAn enhanced version of table-based id generation.classTableStructureDescribes a table used to mimic sequence behavior -
org.hibernate.mapping中ExportableProducer的使用
实现ExportableProducer的org.hibernate.mapping中的类 修饰符和类型 类 说明 static classComponent.ValueGenerationPlan
-