Package org.hibernate.annotations

Annotation Interface CollectionIdType


@Target({METHOD,FIELD,ANNOTATION_TYPE})@Retention(RUNTIME)public @interfaceCollectionIdType
Form ofType for describing the id of an id-bag mapping.
Since:
6.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extendsUserType<?>>
    The custom type implementor class
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Parameters to be injected into the custom type after it is instantiated.