public class RawSqlSelectClauseBuilder extends Object
Its job is to execute the sql, read the meta data to determine the columns to bean property mapping.
| Constructor and Description |
|---|
RawSqlSelectClauseBuilder(DatabasePlatform dbPlatform,
Binder binder) |
| Modifier and Type | Method and Description |
|---|---|
<T> CQuery<T> |
build(OrmQueryRequest<T> request)
Build based on the includes and using the BeanJoinTree.
|
public RawSqlSelectClauseBuilder(DatabasePlatform dbPlatform, Binder binder)
public <T> CQuery<T> build(OrmQueryRequest<T> request) throws javax.persistence.PersistenceException
javax.persistence.PersistenceExceptionCopyright © 2014. All Rights Reserved.