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 BasicValueBasicValueBinder. make() -
Uses of BasicValue in org.hibernate.mapping
Subclasses of BasicValue in org.hibernate.mapping Modifier and Type Class Description classDependantBasicValueMethods in org.hibernate.mapping that return BasicValue Modifier and Type Method Description BasicValueBasicValue. copy()BasicValueAny. getDiscriminatorDescriptor()Methods in org.hibernate.mapping with parameters of type BasicValue Modifier and Type Method Description default ObjectValueVisitor. accept(BasicValue value)voidAny. setDiscriminator(BasicValue discriminatorDescriptor)voidAny. 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)
-