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 TypeClassDescriptionclass
A mapping model object representing a polymorphic association to one of several tables.static class
static class
The discriminator Valueclass
class
A mapping model object that represents an embeddable class.class
class
A 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 class
A mapping model object representing a many-to-one association.final class
A mapping model object representing a many-to-one association.class
A 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) void
BasicValue.copyTypeFrom
(SimpleValue sourceValue) void
SimpleValue.copyTypeFrom
(SimpleValue sourceValue) boolean
Any.isSame
(SimpleValue other) boolean
Component.isSame
(SimpleValue other) boolean
DependantValue.isSame
(SimpleValue other) boolean
SimpleValue.isSame
(SimpleValue other) boolean
ToOne.isSame
(SimpleValue other) Constructors in org.hibernate.mapping with parameters of type SimpleValue