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.
|
ManagedTypeDescriptor |
getType()
Returns the root type of the mapping.
|
ManagedTypeDescriptor |
getTypeDescriptor()
Returns the entity descriptor of the 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 mappingManagedTypeDescriptor getType()
ManagedTypeDescriptor getTypeDescriptor()
boolean isEntity()
Copyright © 2012-2013 Batoo. All Rights Reserved.