Package org.hibernate.annotations
Annotation Type CollectionIdType
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface CollectionIdType
Form ofType
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:
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:
- {}
-
-