| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.join | |
| org.batoo.jpa.core.impl.model.attribute | |
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.core.impl.model.type |
| Modifier and Type | Method and Description |
|---|---|
AttributeImpl<? super Z,?> |
FetchImpl.getAttribute() |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociatedSingularAttribute<X,T>
Implementation of
SingularMapping 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
SingularMapping 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
SingularMapping. |
| Modifier and Type | Method and Description |
|---|---|
AttributeImpl<? super X,X> |
ElementMapping.getAttribute()
Returns the attribute of the mapping.
|
AttributeImpl<? super Z,X> |
JoinedMapping.getAttribute()
Returns the attribute of the mapping
|
AttributeImpl<? super X,X> |
EntityMapping.getAttribute()
Returns the attribute of the mapping.
|
abstract AttributeImpl<? super Z,X> |
Mapping.getAttribute()
Returns the attribute of the mapping.
|
AttributeImpl<?,?> |
ParentMapping.getRootAttribute(AttributeImpl<?,?> attribute)
Returns the root attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeImpl<?,?> |
ParentMapping.getRootAttribute(AttributeImpl<?,?> attribute)
Returns the root attribute.
|
| Constructor and Description |
|---|
AssociationMapping(ParentMapping<?,Z> parent,
AssociationAttributeMetadata metadata,
AttributeImpl<? super Z,X> attribute) |
Mapping(ParentMapping<?,Z> parent,
AttributeImpl<? super Z,X> attribute,
Class<X> javaType,
String name) |
| 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 |
EntityTypeImpl.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 |
ManagedTypeImpl.addAttribute(AttributeImpl<? super X,?> attribute)
Adds the attribute into attributes.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.