| Modifier and Type | Method and Description |
|---|---|
protected <C,Y> AbstractMapping<? super X,C,Y> |
RootImpl.getMapping(String name)
Returns the child mapping for the name.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMapping<?,Collection<E>,E> |
CollectionExpression.getMapping()
Returns the abstractMapping of the CollectionExpression.
|
| Constructor and Description |
|---|
CollectionExpression(ParentPath<?,?> parentPath,
AbstractMapping<?,Collection<E>,E> mapping) |
MapExpression(AbstractMapping<?,Map<K,V>,V> mapping) |
| Modifier and Type | Method and Description |
|---|---|
protected <CC,Y> AbstractMapping<? super E,CC,Y> |
AbstractPluralJoin.getMapping(String name)
Returns the child mapping for the name.
|
protected <C,Y> AbstractMapping<? super X,C,Y> |
SingularJoin.getMapping(String name)
Returns the child mapping for the name.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract <C,Y> AbstractMapping<? super X,C,Y> |
ParentPath.getMapping(String name)
Returns the child mapping for the name.
|
protected <C,Y> AbstractMapping<? super X,C,Y> |
EntityPath.getMapping(String name)
Returns the child mapping for the name.
|
protected <C,Y> AbstractMapping<? super X,C,Y> |
EmbeddedAttributePath.getMapping(String name)
Returns the child mapping for the name.
|
protected <C,Y> AbstractMapping<? super X,C,Y> |
MapKeyPath.getMapping(String name)
Returns the child mapping for the name.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMapping<?,?,?>[] |
EntityTypeImpl.getMappingsSingular()
Returns the singular mappings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParentMapping<Z,X>
Abstract implementation of ParentMappings.
|
class |
AssociationMappingImpl<Z,X,Y>
AbstractMapping for associations.
|
class |
BasicMappingImpl<Z,X>
The mapping for basic attributes.
|
class |
ElementCollectionMappingImpl<Z,C,E>
AbstractMapping for element collections.
|
class |
ElementMappingImpl<X>
Root mapping for Embeddable element mappings.
|
class |
EmbeddedMappingImpl<Z,X>
AbstractMapping for the entities.
|
class |
EntityMapping<X>
AbstractMapping for the entities.
|
class |
PluralAssociationMappingImpl<Z,C,E> |
class |
SingularAssociationMappingImpl<Z,X>
Mappings for one-to-one and many-to-one associations.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMapping<? super X,?,?> |
AbstractParentMapping.getChild(String name) |
AbstractMapping<?,?,?> |
PluralAssociationMappingImpl.getMapping(String path)
Returns child mapping of the
type. |
AbstractMapping<?,?,?> |
ElementCollectionMappingImpl.getMapping(String path)
Returns child mapping of the
type. |
AbstractMapping<?,?,?> |
EntityMapping.getMapping(String path) |
AbstractMapping<?,?,?> |
ElementMappingImpl.getMapping(String path) |
AbstractMapping<?,?,?> |
PluralMappingEx.getMapping(String path)
Returns child mapping of the
type. |
AbstractMapping<? super X,?,?>[] |
EmbeddedMappingImpl.getSingularMappings()
Returns the sorted singular mappings of the embeddable
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractParentMapping.addSingularMappings(List<AbstractMapping<?,?,?>> mappings)
Adds the singular mappings to the list of mappings.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.