| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.join | |
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.core.impl.model.attribute | |
| org.batoo.jpa.core.impl.model.mapping |
| Modifier and Type | Method and Description |
|---|---|
AttributeImpl<? super Z,?> |
FetchImpl.getAttribute() |
| Modifier and Type | Method and Description |
|---|---|
AttributeImpl<? super X,?> |
ManagedTypeImpl.getAttribute(String name) |
AttributeImpl<X,?> |
ManagedTypeImpl.getDeclaredAttribute(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManagedTypeImpl.addAttribute(AttributeImpl<? super X,?> attribute)
Adds the attribute into attributes.
|
protected void |
IdentifiableTypeImpl.addAttribute(AttributeImpl<? super X,?> attribute)
Adds the attribute into attributes.
|
protected void |
EntityTypeImpl.addAttribute(AttributeImpl<? super X,?> attribute)
Adds the attribute into attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociatedSingularAttribute<X,T>
Implementation of
SingularMappingEx representing types of ManyToOne and OneToOne |
class |
BasicAttribute<X,T>
Implementation of
SingularAttribute for basic, version and id attributes. |
class |
CollectionAttributeImpl<X,E>
Implementation of
CollectionAttribute. |
class |
EmbeddedAttribute<X,T>
Implementation of
SingularMappingEx for embeddable attributes. |
class |
ListAttributeImpl<X,E>
Implementation of
ListAttribute. |
class |
MapAttributeImpl<X,K,V>
Implementation of
ListAttribute. |
class |
PluralAttributeImpl<X,C,E>
Implementation of
PluralAttribute. |
class |
SetAttributeImpl<X,E>
Implementation of
SetAttribute. |
class |
SingularAttributeImpl<X,T>
Implementation of
SingularMappingEx. |
| Modifier and Type | Method and Description |
|---|---|
abstract <Z extends X> |
AttributeImpl.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
<Z extends X> |
AssociatedSingularAttribute.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeImpl<? super X,X> |
ElementMappingImpl.getAttribute()
Returns the attribute of the mapping.
|
AttributeImpl<? super Z,X> |
AbstractMapping.getAttribute()
Returns the attribute of the mapping.
|
AttributeImpl<? super X,X> |
EntityMapping.getAttribute()
Returns the attribute of the mapping.
|
AttributeImpl<? super Z,X> |
JoinedMapping.getAttribute()
Returns the attribute of the mapping
|
AttributeImpl<?,?> |
AbstractParentMapping.getRootAttribute(AttributeImpl<?,?> attribute)
Returns the root attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeImpl<?,?> |
AbstractParentMapping.getRootAttribute(AttributeImpl<?,?> attribute)
Returns the root attribute.
|
| Constructor and Description |
|---|
AbstractMapping(AbstractParentMapping<?,Z> parent,
AttributeImpl<? super Z,X> attribute,
Class<X> javaType,
String name) |
AssociationMappingImpl(AbstractParentMapping<?,Z> parent,
AssociationAttributeMetadata metadata,
AttributeImpl<? super Z,X> attribute) |
Copyright © 2012-2013 Batoo. All Rights Reserved.