Package org.hibernate.annotations
Annotation Type Tables
-
@Target(TYPE) @Retention(RUNTIME) @Deprecated(since="6.2", forRemoval=true) public @interface Tables
Deprecated, for removal: This API element is subject to removal in a future version.sinceTable
is deprecatedA grouping ofTable
s.
-
-
Element Detail
-
value
Table[] value
Deprecated, for removal: This API element is subject to removal in a future version.The table grouping.
-
-