Uses of Interface
org.hibernate.mapping.KeyValue
-
Packages that use KeyValue Package Description org.hibernate.cfg org.hibernate.mapping -
-
Uses of KeyValue in org.hibernate.cfg
Methods in org.hibernate.cfg that return KeyValue Modifier and Type Method Description KeyValueClassPropertyHolder. getIdentifier()KeyValueCollectionPropertyHolder. getIdentifier()KeyValueComponentPropertyHolder. getIdentifier()KeyValuePropertyHolder. getIdentifier() -
Uses of KeyValue in org.hibernate.mapping
Classes in org.hibernate.mapping that implement KeyValue Modifier and Type Class Description classAnyA Hibernate "any" type (ie.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.Methods in org.hibernate.mapping that return KeyValue Modifier and Type Method Description 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()Methods in org.hibernate.mapping with parameters of type KeyValue Modifier and Type Method Description 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)Constructors in org.hibernate.mapping with parameters of type KeyValue Constructor Description DependantValue(MetadataBuildingContext buildingContext, Table table, KeyValue prototype)DependantValue(MetadataImplementor metadata, Table table, KeyValue prototype)Deprecated.
-