Uses of Class
org.hibernate.mapping.BasicValue
-
Packages that use BasicValue Package Description org.hibernate.cfg.annotations org.hibernate.mapping -
-
Uses of BasicValue in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations 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()
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)
-