Uses of Class
org.hibernate.annotations.Parameter
-
Packages that use Parameter Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA. -
-
Uses of Parameter in org.hibernate.annotations
Methods in org.hibernate.annotations that return Parameter Modifier and Type Method Description Parameter[]
parameters()
Parameters to be injected into the custom type after it is instantiated.Parameter[]
parameters()
Specifies configuration information for the type.Parameter[]
parameters()
Specifies configuration information for the type.Parameter[]
parameters()
Deprecated.Parameters to be passed toIdentifierGenerator.configure(org.hibernate.type.Type, java.util.Properties, org.hibernate.service.ServiceRegistry)
when the identifier generator is instantiated.Parameter[]
parameters()
Parameters for the custom typeParameter[]
parameters()
Parameters to be injected into the custom type after it is instantiated.
-