Package org.hibernate.annotations
Annotation Type CollectionIdType
-
-
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.
-
-
-
Element Detail
-
value
Class<? extends UserType<?>> value
The custom type implementor class- See Also:
Type.value()
-
-
-
parameters
Parameter[] parameters
Parameters to be injected into the custom type after it is instantiated. The type should implementParameterizedType
to receive the parameters- See Also:
Type.parameters()
- Default:
- {}
-
-