Uses of Class
org.hibernate.annotations.Type
-
Packages that use Type Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.cfg.annotations org.hibernate.testing.orm.domain.gambit -
-
Uses of Type in org.hibernate.annotations
Methods in org.hibernate.annotations that return Type Modifier and Type Method Description Type
type()
id type, type.type() must be set.Type
value()
Deprecated.The map key type definition. -
Uses of Type in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type Type Modifier and Type Method Description void
SimpleValueBinder. setExplicitType(Type typeAnn)
-
Uses of Type in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit with annotations of type Type Modifier and Type Method Description java.lang.Boolean
EntityOfBasics. isTheNumericBoolean()
java.lang.Boolean
EntityOfBasics. isTheStringBoolean()
-