Uses of Interface
com.jpattern.orm.query.BaseFindQuery

Packages that use BaseFindQuery
com.jpattern.orm.query.clause   
com.jpattern.orm.query.clause.where   
com.jpattern.orm.query.find   
com.jpattern.orm.query.sql   
 

Uses of BaseFindQuery in com.jpattern.orm.query.clause
 

Methods in com.jpattern.orm.query.clause with parameters of type BaseFindQuery
 T OrmWhere.in(String property, BaseFindQuery subQuery)
           
 T Where.in(String property, BaseFindQuery subQuery)
          In - using a subQuery.
 T OrmWhere.nin(String property, BaseFindQuery subQuery)
           
 T Where.nin(String property, BaseFindQuery subQuery)
          Not In - using a subQuery.
 

Uses of BaseFindQuery in com.jpattern.orm.query.clause.where
 

Methods in com.jpattern.orm.query.clause.where with parameters of type BaseFindQuery
static InSubQueryExpressionElement Expression.in(String property, BaseFindQuery subQuery)
          In - using a subQuery.
static NInSubQueryExpressionElement Expression.nin(String property, BaseFindQuery subQuery)
          Not In - using a subQuery.
 

Constructors in com.jpattern.orm.query.clause.where with parameters of type BaseFindQuery
InSubQueryExpressionElement(String property, BaseFindQuery query)
           
NInSubQueryExpressionElement(String property, BaseFindQuery query)
           
SubQueryExpressionElement(String property, BaseFindQuery query, String condition)
           
 

Uses of BaseFindQuery in com.jpattern.orm.query.find
 

Subinterfaces of BaseFindQuery in com.jpattern.orm.query.find
 interface CustomFindOrderBy
           
 interface CustomFindQuery
           
 interface CustomFindQueryCommon
           
 interface CustomFindWhere
           
 interface FindOrderBy<BEAN>
           
 interface FindQuery<BEAN>
           
 interface FindQueryCommon<BEAN>
           
 interface FindWhere<BEAN>
           
 

Classes in com.jpattern.orm.query.find that implement BaseFindQuery
 class CustomFindOrderByImpl
           
 class CustomFindQueryOrm
           
 class CustomFindWhereImpl
           
 class FindOrderByImpl<BEAN>
           
 class FindQueryOrm<BEAN>
           
 class FindWhereImpl<BEAN>
           
 

Uses of BaseFindQuery in com.jpattern.orm.query.sql
 

Subinterfaces of BaseFindQuery in com.jpattern.orm.query.sql
 interface SqlFindQuery
           
 

Classes in com.jpattern.orm.query.sql that implement BaseFindQuery
 class PlainSqlFindQuery
           
 



Copyright © 2013. All Rights Reserved.