| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model.attribute | |
| org.batoo.jpa.core.impl.model.mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionAttributeImpl<X,E>
Implementation of
CollectionAttribute. |
class |
ListAttributeImpl<X,E>
Implementation of
ListAttribute. |
class |
MapAttributeImpl<X,K,V>
Implementation of
ListAttribute. |
class |
SetAttributeImpl<X,E>
Implementation of
SetAttribute. |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
PluralAttributeImpl<? super Z,C,E> |
PluralAssociationMappingImpl.getAttribute()
Returns the attribute of the mapping.
|
PluralAttributeImpl<? super Z,C,E> |
ElementCollectionMappingImpl.getAttribute()
Returns the attribute of the mapping.
|
| Constructor and Description |
|---|
ElementCollectionMappingImpl(AbstractParentMapping<?,Z> parent,
PluralAttributeImpl<? super Z,C,E> attribute) |
PluralAssociationMappingImpl(AbstractParentMapping<?,Z> parent,
PluralAttributeImpl<? super Z,C,E> attribute) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.