X - the type of the mappingpublic interface RootMapping<X>
| Modifier and Type | Method and Description |
|---|---|
Mapping<? super X,?,?> |
getChild(String name)
Returns the mapping corresponding to the name.
|
Mapping<?,?,?> |
getMapping(String path)
Returns the mapping corresponding to the path.
|
ManagedTypeImpl<?> |
getType()
Returns the type of the root mapping.
|
boolean |
isEntity()
Returns if the root is an entity.
|
Mapping<? super X,?,?> getChild(String name)
name - the name of the child mappingMapping<?,?,?> getMapping(String path)
path - the path of the mappingManagedTypeImpl<?> getType()
boolean isEntity()
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.