Uses of Class
org.hibernate.boot.model.internal.BasicValueBinder.Kind
-
Packages that use BasicValueBinder.Kind Package Description org.hibernate.boot.model.internal -
-
Uses of BasicValueBinder.Kind in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return BasicValueBinder.Kind Modifier and Type Method Description static BasicValueBinder.Kind
BasicValueBinder.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static BasicValueBinder.Kind[]
BasicValueBinder.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.boot.model.internal with parameters of type BasicValueBinder.Kind Constructor Description BasicValueBinder(BasicValueBinder.Kind kind, MetadataBuildingContext buildingContext)
BasicValueBinder(BasicValueBinder.Kind kind, Component aggregateComponent, MetadataBuildingContext buildingContext)
-