| Modifier and Type | Method and Description |
|---|---|
protected <C,Y> Mapping<? super X,C,Y> |
RootImpl.getMapping(String name)
Returns the child mapping for the name.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping<?,Collection<E>,E> |
CollectionExpression.getMapping()
Returns the mapping of the CollectionExpression.
|
| Constructor and Description |
|---|
CollectionExpression(ParentPath<?,?> parentPath,
Mapping<?,Collection<E>,E> mapping) |
MapExpression(Mapping<?,Map<K,V>,V> mapping) |
| Modifier and Type | Method and Description |
|---|---|
protected <CC,Y> Mapping<? super E,CC,Y> |
AbstractPluralJoin.getMapping(String name)
Returns the child mapping for the name.
|
protected <C,Y> Mapping<? 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> Mapping<? super X,C,Y> |
ParentPath.getMapping(String name)
Returns the child mapping for the name.
|
protected <C,Y> Mapping<? super X,C,Y> |
EntityPath.getMapping(String name)
Returns the child mapping for the name.
|
protected <C,Y> Mapping<? super X,C,Y> |
EmbeddedAttributePath.getMapping(String name)
Returns the child mapping for the name.
|
protected <C,Y> Mapping<? super X,C,Y> |
MapKeyPath.getMapping(String name)
Returns the child mapping for the name.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping<?,?,?> |
DiscriminatorColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
MapKeyColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
ElementColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
OrderColumn.getMapping()
Returns the mapping of the BasicColumn.
|
abstract Mapping<?,?,?> |
AbstractColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
JoinColumn.getMapping()
Returns the mapping of the BasicColumn.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationMapping<Z,X,Y>
Mapping for associations.
|
class |
BasicMapping<Z,X>
The mapping for basic attributes.
|
class |
ElementCollectionMapping<Z,C,E>
Mapping for element collections.
|
class |
ElementMapping<X>
Root mapping for Embeddable element mappings.
|
class |
EmbeddedMapping<Z,X>
Mapping for the entities.
|
class |
EntityMapping<X>
Mapping for the entities.
|
class |
ParentMapping<Z,X> |
class |
PluralAssociationMapping<Z,C,E> |
class |
SingularAssociationMapping<Z,X>
Mappings for one-to-one and many-to-one associations.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping<? super X,?,?> |
RootMapping.getChild(String name)
Returns the mapping corresponding to the name.
|
Mapping<? super X,?,?> |
ParentMapping.getChild(String name)
Returns the mapping corresponding to the name.
|
Mapping<?,?,?> |
ElementMapping.getMapping(String path)
Returns the mapping corresponding to the path.
|
Mapping<?,?,?> |
PluralAssociationMapping.getMapping(String path)
Returns child mapping of the
type. |
Mapping<?,?,?> |
PluralMapping.getMapping(String path)
Returns child mapping of the
type. |
Mapping<?,?,?> |
EntityMapping.getMapping(String path)
Returns the mapping corresponding to the path.
|
Mapping<?,?,?> |
ElementCollectionMapping.getMapping(String path)
Returns child mapping of the
type. |
Mapping<?,?,?> |
RootMapping.getMapping(String path)
Returns the mapping corresponding to the path.
|
Mapping<? super X,?,?>[] |
EmbeddedMapping.getSingularMappings()
Returns the sorted singular mappings of the embeddable
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Mapping<? super X,?,?>> |
ParentMapping.getChildren()
Returns the children of the mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParentMapping.addSingularMappings(List<Mapping<?,?,?>> mappings)
Adds the singular mappings to the list of mappings.
|
protected void |
ParentMapping.inherit(Collection<Mapping<? super X,?,?>> children)
Inherits the mappings from the parent.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping<?,?,?>[] |
EntityTypeImpl.getMappingsSingular()
Returns the singular mappings.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.