| Modifier and Type | Method and Description |
|---|---|
AssociationAttributeMetadata |
AssociatedSingularAttribute.getMetadata()
Returns the metadata of the attribute.
|
| Constructor and Description |
|---|
AssociatedSingularAttribute(ManagedTypeImpl<X> declaringType,
javax.persistence.metamodel.Attribute.PersistentAttributeType attributeType,
AssociationAttributeMetadata metadata) |
| Constructor and Description |
|---|
AssociationMappingImpl(AbstractParentMapping<?,Z> parent,
AssociationAttributeMetadata metadata,
AttributeImpl<? super Z,X> attribute) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationAttributeMetadataImpl
The implementation for
AssociationAttributeMetadata. |
class |
ManyToManyAttributeMetadataImpl
Implementation of
ManyToManyAttributeMetadata. |
class |
ManyToOneAttributeMetadataImpl
Implementation of
ManyToOneAttributeMetadata. |
class |
OneToManyAttributeMetadataImpl
Implementation of
OneToManyAttributeMetadata. |
class |
OneToOneAttributeMetadataImpl
Implementation of
OneToOneAttributeMetadata. |
| Constructor and Description |
|---|
AssociationAttributeMetadataImpl(Member member,
AssociationAttributeMetadata metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationElement
Element for
one-to-one elements. |
class |
ManyToManyAttributeElement
Element for
many-to-many elements. |
class |
ManyToOneAttributeElement
Element for
many-to-one elements. |
class |
OneToManyAttributeElement
Element for
one-to-many elements. |
class |
OneToOneAttributeElement
Element for
one-to-one elements. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManyToManyAttributeMetadata
The definition of the one to many attributes.
|
interface |
ManyToOneAttributeMetadata
The definition of the many to one attributes.
|
interface |
OneToManyAttributeMetadata
The definition of the one to many attributes.
|
interface |
OneToOneAttributeMetadata
The definition of the one to one attributes.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.