| Package | Description |
|---|---|
| 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 |
|---|---|
SingularAttributeImpl<X,?> |
ManagedTypeImpl.getDeclaredSingularAttribute(String name) |
<Y> SingularAttributeImpl<X,Y> |
ManagedTypeImpl.getDeclaredSingularAttribute(String name,
Class<Y> type) |
SingularAttributeImpl<? super X,?> |
ManagedTypeImpl.getSingularAttribute(String name) |
<Y> SingularAttributeImpl<? super X,Y> |
ManagedTypeImpl.getSingularAttribute(String name,
Class<Y> type) |
SingularAttributeImpl<?,?>[] |
EmbeddableTypeImpl.getSingularMappings()
Returns the sorted singular mappings of the embeddable.
|
| 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 |
EmbeddedAttribute<X,T>
Implementation of
SingularMappingEx for embeddable attributes. |
| Modifier and Type | Method and Description |
|---|---|
SingularAttributeImpl<? super Z,X> |
SingularMappingEx.getAttribute()
Returns the attribute of the mapping.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.