Uses of Class
org.hibernate.cfg.annotations.BasicValueBinder.Kind
-
Packages that use BasicValueBinder.Kind Package Description org.hibernate.cfg.annotations -
-
Uses of BasicValueBinder.Kind in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations 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.cfg.annotations with parameters of type BasicValueBinder.Kind Constructor Description BasicValueBinder(BasicValueBinder.Kind kind, MetadataBuildingContext buildingContext)
-