Uses of Interface
org.hibernate.mapping.KeyValue
Packages that use KeyValue
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of KeyValue in org.hibernate.mapping
Classes in org.hibernate.mapping that implement KeyValueModifier and TypeClassDescriptionclassA mapping model object representing a polymorphic association to one of several tables.static classstatic classThe discriminator ValueclassclassA mapping model object that represents an embeddable class.classclassA mapping model object representing a value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).final classA mapping model object representing a many-to-one association.final classA mapping model object representing a many-to-one association.classA mapping model object that represents any value that maps to columns.classA mapping model object representing an association where the target side has cardinality one.Methods in org.hibernate.mapping that return KeyValueModifier and TypeMethodDescriptionIdentifierCollection.getIdentifier()OneToOne.getIdentifier()Returns the identifier.abstract KeyValuePersistentClass.getIdentifier()RootClass.getIdentifier()Subclass.getIdentifier()Collection.getKey()Join.getKey()JoinedSubclass.getKey()abstract KeyValuePersistentClass.getKey()RootClass.getKey()Subclass.getKey()DependantValue.getWrappedValue()Methods in org.hibernate.mapping that return types with arguments of type KeyValueModifier and TypeMethodDescriptionPersistentClass.getKeyClosure()RootClass.getKeyClosure()Subclass.getKeyClosure()Methods in org.hibernate.mapping with parameters of type KeyValueModifier and TypeMethodDescriptionvoidIdentifierCollection.setIdentifier(KeyValue identifier) voidOneToOne.setIdentifier(KeyValue identifier) Sets the identifier.voidRootClass.setIdentifier(KeyValue identifier) voidvoidvoidConstructors in org.hibernate.mapping with parameters of type KeyValueModifierConstructorDescriptionDependantValue(MetadataBuildingContext buildingContext, Table table, KeyValue prototype)