Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Common protocol among
javax.persistence.Column
javax.persistence.JoinColumn
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Common protocol among:
javax.persistence.NamedQuery
javax.persistence.NamedNativeQuery
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Common protocol among:
javax.persistence.Table
javax.persistence.JoinTable
javax.persistence.SecondaryTable
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Common protocol among:
org.eclipse.persistence.annotations.TypeConverter
org.eclipse.persistence.annotations.ObjectTypeConverter
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Corresponds to the JPA annotation
javax.persistence.Basic
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Corresponds to the EclipseLink annotation
org.eclipse.persistence.annotations.BasicCollection
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Corresponds to the Eclipselink annotation
org.eclipse.persistence.annotations.BasicMap
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability.
Given the name of an attribute (field or property) and the column
to which it is mapped,
build and return a string to be used as the value for the attribute's
Column annotation's 'name' element.
Given the name of an attribute (field or property) and the
many-to-one or many-to-many foreign key to which it is mapped,
build and return a string to be used as the value for the attribute's
JoinColumn annotation's 'name' element.
Given the name of an entity and the table to which it is mapped,
build and return a string to be used as the value for the entity's
Table annotation's 'name' element.