Annotation Interface MappedCollection


@Retention(RUNTIME) @Target({FIELD,METHOD,ANNOTATION_TYPE}) @Documented public @interface MappedCollection
The annotation to configure the mapping for a List, Set or Map property in the database.
Since:
1.1
Author:
Bastian Wilhelm, Mark Paluch
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The column name for id column in the corresponding relationship table.
    The column name for key columns of List or Map collections in the corresponding relationship table.