public class CollectionPropertyMapping extends Object implements PropertyMapping
| Constructor and Description | 
|---|
CollectionPropertyMapping(QueryableCollection memberPersister)  | 
| Modifier and Type | Method and Description | 
|---|---|
Type | 
getType()
Get the type of the thing containing the properties 
 | 
String[] | 
toColumns(String propertyName)
Given a property path, return the corresponding column name(s). 
 | 
String[] | 
toColumns(String alias,
         String propertyName)
Obtain aliased column/formula fragments for the specified property path. 
 | 
Type | 
toType(String propertyName)
Given a component path expression, get the type of the property 
 | 
public CollectionPropertyMapping(QueryableCollection memberPersister)
public Type toType(String propertyName) throws QueryException
PropertyMappingtoType in interface PropertyMappingQueryExceptionpublic String[] toColumns(String alias, String propertyName) throws QueryException
PropertyMappingtoColumns in interface PropertyMappingQueryExceptionpublic String[] toColumns(String propertyName) throws QueryException, UnsupportedOperationException
toColumns in interface PropertyMappingQueryExceptionUnsupportedOperationExceptionpublic Type getType()
PropertyMappinggetType in interface PropertyMappingCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.