Uses of Enum Class
org.hibernate.mapping.KeyValue.NullValueSemantic
Packages that use KeyValue.NullValueSemantic
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of KeyValue.NullValueSemantic in org.hibernate.mapping
Methods in org.hibernate.mapping that return KeyValue.NullValueSemanticModifier and TypeMethodDescriptionKeyValue.getNullValueSemantic()
SimpleValue.getNullValueSemantic()
The rule for determining if the field or property has been set.static KeyValue.NullValueSemantic
Returns the enum constant of this class with the specified name.static KeyValue.NullValueSemantic[]
KeyValue.NullValueSemantic.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.mapping with parameters of type KeyValue.NullValueSemanticModifier and TypeMethodDescriptionvoid
SimpleValue.setNullValueSemantic
(KeyValue.NullValueSemantic nullValueSemantic) Specifies the rule for determining if the field or property has been set.