public class QueryExecutor.MappingInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
List<FieldMapping> |
getBackwardFieldMappings(String attribName,
Class<?> domainObjectType) |
Class<?> |
getClassForLabel(String label) |
List<Class<?>> |
getCompoundTypesFor(Class<?> domainObjectType) |
FieldMapping |
getFieldMapping(String attribName,
Class<?> domainObjectType)
may return null
|
DomainAccess.InternalDomainAccess |
getInternalDomainAccess() |
String |
getLabelForClass(Class<?> clazz) |
ObjectMapping |
getObjectMappingFor(Class<?> domainObjectType) |
QueryExecutor |
getQueryExecutor() |
public ObjectMapping getObjectMappingFor(Class<?> domainObjectType)
public FieldMapping getFieldMapping(String attribName, Class<?> domainObjectType)
attribName - domainObjectType - public List<FieldMapping> getBackwardFieldMappings(String attribName, Class<?> domainObjectType)
public QueryExecutor getQueryExecutor()
public DomainAccess.InternalDomainAccess getInternalDomainAccess()
Copyright © 2016. All rights reserved.