 13 | javax.persistence Annotation MapKeyJoinColumn Target: Fields (including property get methods ... statements generated by the persistence provider. (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Default value: true Since: JPA 2.0 String name |
 13 | javax.persistence.metamodel Interface CollectionAttribute Superinterfaces: Attributepersistent java.util.Collection-valued attributes. Since: JPA 2.0 Classpersistent attribute type for the attribute. Return |
 13 | javax.persistence.metamodel Interface ListAttribute Superinterfaces: Attribute>, Bindable, PluralAttribute,E> Instances of the type ListAttribute represent persistent ... getPersistentAttributeType() Return the persistent attribute type for the attribute. Return the persistent attribute type |
 13 | javax.persistence.metamodel Interface MapAttribute Superinterfaces: Attribute>, Bindable, PluralAttribute,V> Instances of the type MapAttribute represent persistent ... getPersistentAttributeType() Return the persistent attribute type for the attribute. Return the persistent |
 13 | javax.persistence.metamodel Interface PluralAttribute Superinterfaces: Attributepersistent collection-valued attributes. Since: JPA 2.0 Classpersistent attribute type |
 13 | javax.persistence.metamodel Interface SetAttribute Superinterfaces: Attribute>, Bindable, PluralAttribute,E> Instances of the type SetAttribute represent persistent java ... () Return the persistent attribute type for the attribute. Return the persistent attribute type |
 13 | javax.persistence.metamodel Interface SingularAttribute Superinterfaces: Attribute, Bindable Instances of the type SingularAttribute represents persistent single-valued properties or ... .0 PersistentAttributeType getPersistentAttributeType() Return the persistent attribute type |
 13 | javax.persistence.metamodel Interface Type Subinterfaces: BasicType, EmbeddableType, EntityType, IdentifiableType, ManagedType, MappedSuperclassType Instances of the type Type represent persistent ... getPersistenceType() Return the persistence type. Return the persistence type. Returns: persistence type Since: JPA 2.0 |
 13 | javax.persistence Exception RollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
javax.persistence.RollbackException
Implemented Interfaces |
 13 | javax.persistence Annotation AssociationOverride Target: Classes and fields (including property ... column(s) being mapped to the persistent attribute(s). The join column(s) being mapped to the persistent attribute(s). The joinColumns elements must be specified if a foreign key mapping is used in |