Interface QueryWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getReturnAliases()TypeWrapper[]getReturnTypes()List<?>list()voidsetMaxResults(int i)voidsetParameter(int position, Object value, Object anything)voidsetParameter(String parameter, Object value, Object anything)voidsetParameterList(String parameter, List<?> list, Object anything)-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Method Detail
-
list
List<?> list()
-
setMaxResults
void setMaxResults(int i)
-
getReturnAliases
String[] getReturnAliases()
-
getReturnTypes
TypeWrapper[] getReturnTypes()
-
-