|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.criterion.ProjectionList
com.gisgraphy.hibernate.projection.ProjectionBean
public class ProjectionBean
Constructor Summary | |
---|---|
ProjectionBean(java.util.List<java.lang.String> fields)
|
Method Summary | |
---|---|
static org.hibernate.criterion.ProjectionList |
beanFieldList(java.lang.Class<?> clazz,
java.lang.String[] ignoreFields)
|
static org.hibernate.criterion.ProjectionList |
fieldList(java.util.List<java.lang.String> fieldList)
|
Methods inherited from class org.hibernate.criterion.ProjectionList |
---|
add, add, create, getAliases, getColumnAliases, getColumnAliases, getLength, getProjection, getTypes, getTypes, isGrouped, toGroupSqlString, toSqlString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProjectionBean(java.util.List<java.lang.String> fields)
Method Detail |
---|
public static org.hibernate.criterion.ProjectionList fieldList(java.util.List<java.lang.String> fieldList)
fieldList
- a list of fields to retrieve
public static org.hibernate.criterion.ProjectionList beanFieldList(java.lang.Class<?> clazz, java.lang.String[] ignoreFields)
clazz
- the class to inspect to retrieve the fieldsignoreFields
- an array of fields that should be ignore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |