程序包的使用
org.hibernate.tuple
-
使用org.hibernate.tuple的程序包 程序包 说明 org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.component org.hibernate.tuple.entity org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
org.hibernate.annotations使用的org.hibernate.tuple中的类 类 说明 AnnotationValueGeneration AValueGenerationbased on a custom Java generator annotation type.GenerationTiming ValueGenerator Defines a generator for in-VM generation of (non-identifier) attribute values. -
org.hibernate.boot.jaxb.hbm.internal使用的org.hibernate.tuple中的类 类 说明 GenerationTiming -
org.hibernate.boot.jaxb.hbm.spi使用的org.hibernate.tuple中的类 类 说明 GenerationTiming -
org.hibernate.boot.model.source.internal.hbm使用的org.hibernate.tuple中的类 类 说明 GenerationTiming -
org.hibernate.boot.model.source.spi使用的org.hibernate.tuple中的类 类 说明 GenerationTiming -
org.hibernate.mapping使用的org.hibernate.tuple中的类 类 说明 ValueGeneration Describes the generation of property values. -
org.hibernate.tuple使用的org.hibernate.tuple中的类 类 说明 AbstractAttribute AbstractNonIdentifierAttribute AnnotationValueGeneration AValueGenerationbased on a custom Java generator annotation type.Attribute Contract for attributesBaselineAttributeInformation BaselineAttributeInformation.Builder GenerationTiming IdentifierAttribute IdentifierProperty Represents a defined entity identifier property within the Hibernate runtime-metamodel.Instantiator Contract for implementors responsible for instantiating entity/component instances.NonIdentifierAttribute Property 已过时。Use the directAttributehierarchyPropertyFactory.NonIdentifierAttributeNature StandardProperty 已过时。Use one of theAttribute-based impls instead.ValueGeneration Describes the generation of property values.ValueGenerator Defines a generator for in-VM generation of (non-identifier) attribute values. -
org.hibernate.tuple.component使用的org.hibernate.tuple中的类 类 说明 AbstractAttribute AbstractNonIdentifierAttribute Attribute Contract for attributesBaselineAttributeInformation Instantiator Contract for implementors responsible for instantiating entity/component instances.NonIdentifierAttribute Property 已过时。Use the directAttributehierarchyStandardProperty 已过时。Use one of theAttribute-based impls instead.Tuplizer A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that representation'sEntityMode(the entity-mode essentially defining which representation). -
org.hibernate.tuple.entity使用的org.hibernate.tuple中的类 类 说明 AbstractAttribute AbstractNonIdentifierAttribute Attribute Contract for attributesBaselineAttributeInformation IdentifierProperty Represents a defined entity identifier property within the Hibernate runtime-metamodel.InDatabaseValueGenerationStrategy Strategy for describing values which are generated in the database.InMemoryValueGenerationStrategy Instantiator Contract for implementors responsible for instantiating entity/component instances.NonIdentifierAttribute PojoInstantiator Defines a POJO-based instantiator for use from the tuplizers.Property 已过时。Use the directAttributehierarchyTuplizer A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that representation'sEntityMode(the entity-mode essentially defining which representation).ValueGeneration Describes the generation of property values. -
org.hibernate.type使用的org.hibernate.tuple中的类 类 说明 NonIdentifierAttribute ValueGeneration Describes the generation of property values.