Uses of Interface
org.hibernate.mapping.KeyValue
-
Packages that use KeyValue Package Description org.hibernate.cfg org.hibernate.engine.internal Support for many of the internal workings of Hibernate.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.engine.internal
Methods in org.hibernate.engine.internal with parameters of type KeyValue Modifier and Type Method Description static IdentifierValueUnsavedValueFactory. getUnsavedIdentifierValue(KeyValue bootIdMapping, JavaType<?> idJtd, Getter getter, Supplier<?> templateInstanceAccess)Return the UnsavedValueStrategy for determining whether an entity instance is unsaved based on the identifier.static <T> VersionValueUnsavedValueFactory. getUnsavedVersionValue(KeyValue bootVersionMapping, VersionJavaType<T> jtd, Long length, Integer precision, Integer scale, Getter getter, Supplier<?> templateInstanceAccess)Return theUnsavedValueStrategyfor determining whether an entity instance is unsaved based on the version. -
Uses of KeyValue in org.hibernate.mapping
Classes in org.hibernate.mapping that implement KeyValue Modifier and Type Class Description classAnyBoot-time descriptor of a polymorphic association to one-of-several tables.static classAny.KeyValuestatic classAny.MetaValueclassBasicValueclassComponentThe mapping for a component, composite element, composite identifier, etc.classDependantBasicValueclassDependantValueA 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()KeyValueDependantValue. getWrappedValue()Methods in org.hibernate.mapping that return types with arguments of type KeyValue Modifier and Type Method Description abstract List<KeyValue>PersistentClass. getKeyClosure()List<KeyValue>RootClass. getKeyClosure()List<KeyValue>Subclass. getKeyClosure()abstract Iterator<KeyValue>PersistentClass. getKeyClosureIterator()Deprecated.Iterator<KeyValue>RootClass. getKeyClosureIterator()Deprecated.Iterator<KeyValue>Subclass. getKeyClosureIterator()Deprecated.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)
-