Package org.hibernate.annotations
Annotation Interface CollectionIdType
Form of
Type for describing the id of an id-bag mapping.- Since:
- 6.0
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionParameters to be injected into the custom type after it is instantiated.
-
Element Details
-
value
The custom type implementor class- See Also:
-
-
-
parameters
Parameter[] parametersParameters to be injected into the custom type after it is instantiated. The type should implementParameterizedTypeto receive the parameters- See Also:
- Default:
- {}
-