Uses of Interface
com.mysema.query.dml.StoreClause

Packages that use StoreClause
com.mysema.query.dml DML interfaces 
 

Uses of StoreClause in com.mysema.query.dml
 

Classes in com.mysema.query.dml with type parameters of type StoreClause
 interface StoreClause<C extends StoreClause<C>>
          Parent interface for InsertClause and UpdateClause
 

Subinterfaces of StoreClause in com.mysema.query.dml
 interface InsertClause<C extends InsertClause<C>>
          InsertClause defines a generic interface for Insert clauses
 interface UpdateClause<C extends UpdateClause<C>>
          UpdateClause defines a generic extensible interface for Update clauses
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.