Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.QueryWrapper
-
Packages that use QueryWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory -
-
Uses of QueryWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return QueryWrapper Modifier and Type Method Description QueryWrapperSessionWrapper. createCriteria(Class<?> c)QueryWrapperSessionWrapper. createQuery(String s) -
Uses of QueryWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return QueryWrapper Modifier and Type Method Description static QueryWrapperQueryWrapperFactory. createQueryWrapper(org.hibernate.query.Query<?> wrappedQuery)
-