Package org.hibernate.annotations
Annotation Type CollectionIdCustomType
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface CollectionIdCustomType
Form ofCustomType
for describing the id of an id-bag mapping- Since:
- 6.0
-
-
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:
CustomType.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:
CustomType.parameters()
- Default:
- {}
-
-