接口的使用
org.hibernate.mapping.KeyValue
-
使用KeyValue的程序包 程序包 说明 org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.cfg中KeyValue的使用
返回KeyValue的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 KeyValueClassPropertyHolder. getIdentifier()KeyValueCollectionPropertyHolder. getIdentifier()KeyValueComponentPropertyHolder. getIdentifier()KeyValuePropertyHolder. getIdentifier() -
org.hibernate.mapping中KeyValue的使用
实现KeyValue的org.hibernate.mapping中的类 修饰符和类型 类 说明 classAnyA Hibernate "any" type (ie. polymorphic association to one-of-several tables).classComponentThe mapping for a component, composite element, composite identifier, etc.classDependantValueA value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).classManyToOneA many-to-one association mappingclassOneToOneA one-to-one association mappingclassSimpleValueAny value that maps to columns.classToOneA simple-point association (ie. a reference to another entity).返回KeyValue的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 KeyValueIdentifierCollection. getIdentifier()KeyValueOneToOne. getIdentifier()Returns the identifier.abstract KeyValuePersistentClass. getIdentifier()KeyValueRootClass. getIdentifier()KeyValueSubclass. getIdentifier()KeyValueTable. getIdentifierValue()KeyValueCollection. getKey()KeyValueJoin. getKey()KeyValueJoinedSubclass. getKey()abstract KeyValuePersistentClass. getKey()KeyValueRootClass. getKey()KeyValueSubclass. getKey()参数类型为KeyValue的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 voidIdentifierCollection. setIdentifier(KeyValue identifier)voidOneToOne. setIdentifier(KeyValue identifier)Sets the identifier.voidRootClass. setIdentifier(KeyValue identifier)voidTable. setIdentifierValue(KeyValue idValue)voidCollection. setKey(KeyValue key)voidJoin. setKey(KeyValue key)voidJoinedSubclass. setKey(KeyValue key)参数类型为KeyValue的org.hibernate.mapping中的构造器 构造器 说明 DependantValue(MetadataBuildingContext buildingContext, Table table, KeyValue prototype)DependantValue(MetadataImplementor metadata, Table table, KeyValue prototype)已过时。
-