Uses of Class
org.hibernate.mapping.BasicValue
Packages that use BasicValue
Package
Description
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 -
Uses of BasicValue in org.hibernate.mapping
Subclasses of BasicValue in org.hibernate.mappingMethods in org.hibernate.mapping that return BasicValueMethods in org.hibernate.mapping with parameters of type BasicValueModifier and TypeMethodDescriptiondefault Object
ValueVisitor.accept
(BasicValue value) void
Any.setDiscriminator
(BasicValue discriminatorDescriptor) void
Any.setKey
(BasicValue keyDescriptor) Constructors in org.hibernate.mapping with parameters of type BasicValueModifierConstructorDescriptionBasicValue
(BasicValue original) DependantBasicValue
(MetadataBuildingContext buildingContext, Table table, BasicValue referencedValue, boolean nullable, boolean updateable)