| Modifier and Type | Method and Description |
|---|---|
AttributeMetadata |
AttributeImpl.getMetadata()
Returns the metadata of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static <X> PluralAttributeImpl<X,?,?> |
PluralAttributeImpl.create(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata,
javax.persistence.metamodel.Attribute.PersistentAttributeType attributeType)
Creates an associated plural attribute corresponding to member type
|
| Constructor and Description |
|---|
AttributeImpl(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata) |
CollectionAttributeImpl(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata,
javax.persistence.metamodel.Attribute.PersistentAttributeType attributeType) |
ListAttributeImpl(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata,
javax.persistence.metamodel.Attribute.PersistentAttributeType attributeType) |
MapAttributeImpl(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata,
javax.persistence.metamodel.Attribute.PersistentAttributeType attributeType) |
PluralAttributeImpl(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata,
javax.persistence.metamodel.Attribute.PersistentAttributeType attributeType,
int valueIndexNo) |
SetAttributeImpl(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata,
javax.persistence.metamodel.Attribute.PersistentAttributeType attributeType) |
SingularAttributeImpl(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata) |
| Constructor and Description |
|---|
AttributeMetadataImpl(Member member,
AttributeMetadata metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationElement
Element for
one-to-one elements. |
class |
AttributeElement
Common implementation of attribute element factories.
|
class |
BasicAttributeElement
Element for
basic elements. |
class |
ElementCollectionAttributeElement
Element for
element-collection elements. |
class |
EmbeddedAttributeElement
Element for
embedded-id elements. |
class |
EmbeddedIdAttributeElement
Element for
embedded-id elements. |
class |
IdAttributeElement
Element for
id 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. |
class |
PhysicalAttributeElement
Common implementation of singular attribute element factories.
|
class |
TransientElement
Element for
transient elements. |
class |
VersionAttributeElement
Element for
version elements. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationAttributeMetadata
The common definition of association attributes.
|
interface |
BasicAttributeMetadata
Metadata for basic attributes.
|
interface |
ElementCollectionAttributeMetadata
Definition for element collection attributes.
|
interface |
EmbeddedAttributeMetadata
The definition of embedded attributes.
|
interface |
EmbeddedIdAttributeMetadata
The definition of the embedded ids.
|
interface |
IdAttributeMetadata
The definition of the id attributes.
|
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.
|
interface |
PhysicalAttributeMetadata
The definition of the physical singular attributes.
|
interface |
TransientAttributeMetadata
The definition of transient attributes.
|
interface |
VersionAttributeMetadata
The definition of version attributes.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.