Uses of Class
org.hibernate.mapping.BasicValue
-
Packages that use BasicValue Package Description org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of BasicValue in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return BasicValue Modifier and Type Method Description BasicValue
BasicValueBinder. make()
-
Uses of BasicValue in org.hibernate.mapping
Subclasses of BasicValue in org.hibernate.mapping Modifier and Type Class Description class
DependantBasicValue
Methods in org.hibernate.mapping that return BasicValue Modifier and Type Method Description BasicValue
BasicValue. copy()
BasicValue
Any. getDiscriminatorDescriptor()
BasicValue
Any. getKeyDescriptor()
Methods in org.hibernate.mapping with parameters of type BasicValue Modifier and Type Method Description default Object
ValueVisitor. accept(BasicValue value)
void
Any. setDiscriminator(BasicValue discriminatorDescriptor)
void
Any. setKey(BasicValue keyDescriptor)
Constructors in org.hibernate.mapping with parameters of type BasicValue Constructor Description BasicValue(BasicValue original)
DependantBasicValue(MetadataBuildingContext buildingContext, Table table, BasicValue referencedValue, boolean nullable, boolean updateable)
-