Uses of Class
org.hibernate.mapping.SimpleValue
Packages that use SimpleValue
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of SimpleValue in org.hibernate.mapping
Subclasses of SimpleValue in org.hibernate.mappingModifier 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 representing an association where the target side has cardinality one.Methods in org.hibernate.mapping that return SimpleValueMethods in org.hibernate.mapping with parameters of type SimpleValueModifier and TypeMethodDescriptionValueVisitor.accept(SimpleValue value) voidBasicValue.copyTypeFrom(SimpleValue sourceValue) voidSimpleValue.copyTypeFrom(SimpleValue sourceValue) booleanAny.isSame(SimpleValue other) booleanComponent.isSame(SimpleValue other) booleanDependantValue.isSame(SimpleValue other) booleanSimpleValue.isSame(SimpleValue other) booleanToOne.isSame(SimpleValue other) Constructors in org.hibernate.mapping with parameters of type SimpleValue