Annotation Interface CollectionIdType


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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends UserType<?>>
    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.