Package org.hibernate.annotations
Annotation Type Type
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface Type
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Parameter[]parametersParameters to be injected into the custom type after it is instantiated.
-
-
-
-
parameters
Parameter[] parameters
Parameters to be injected into the custom type after it is instantiated. TheUserTypeimplementation must implementParameterizedTypeto receive the parameters.- Default:
- {}
-
-