Uses of Class
org.hibernate.annotations.Parameter
-
Packages that use Parameter Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations. -
-
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()
Optional generator parameters.Parameter[]
parameters()
Parameters for the custom typeParameter[]
parameters()
Parameters to be injected into the custom type after it is instantiated.
-