Package org.hibernate.annotations
Annotation Interface 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.
A grouping of
Table
s.-
Required Element Summary
Required Elements
-
Element Details
-
value
Table[] valueDeprecated, for removal: This API element is subject to removal in a future version.The table grouping.
-
Table
is deprecated