Uses of Enum Class
org.hibernate.boot.model.internal.BasicValueBinder.Kind
Packages that use BasicValueBinder.Kind
-
Uses of BasicValueBinder.Kind in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return BasicValueBinder.KindModifier and TypeMethodDescriptionstatic BasicValueBinder.Kind
Returns the enum constant of this class with the specified name.static BasicValueBinder.Kind[]
BasicValueBinder.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.boot.model.internal with parameters of type BasicValueBinder.KindModifierConstructorDescriptionBasicValueBinder
(BasicValueBinder.Kind kind, MetadataBuildingContext buildingContext) BasicValueBinder
(BasicValueBinder.Kind kind, Component aggregateComponent, MetadataBuildingContext buildingContext)