Uses of Class
org.hibernate.mapping.SimpleValue
-
Packages that use SimpleValue Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of SimpleValue in org.hibernate.mapping
Subclasses of SimpleValue in org.hibernate.mapping Modifier and Type Class Description classAnyA mapping model object representing a polymorphic association to one of several tables.static classAny.KeyValuestatic classAny.MetaValueclassBasicValueclassComponentA mapping model object that represents an embeddable class.classDependantBasicValueclassDependantValueA 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).classManyToOneA mapping model object representing a many-to-one association.classOneToOneA mapping model object representing a many-to-one association.classToOneA mapping model object representing an association where the target side has cardinality one.Methods in org.hibernate.mapping that return SimpleValue Modifier and Type Method Description SimpleValueAny. getKeyMapping()Methods in org.hibernate.mapping with parameters of type SimpleValue Modifier and Type Method Description ObjectValueVisitor. 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 Constructor Description SimpleValue(SimpleValue original)
-