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[]
parameters
Parameters 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. The type should implementParameterizedType
to receive the parameters- Default:
- {}
-
-