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

Packages that use InsertClause
com.mysema.query.dml DML interfaces 
com.mysema.query.sql.dml DML operations support 
com.mysema.query.sql.mysql MySQL support 
 

Uses of InsertClause in com.mysema.query.dml
 

Classes in com.mysema.query.dml with type parameters of type InsertClause
 interface InsertClause<C extends InsertClause<C>>
          InsertClause defines a generic interface for Insert clauses
 

Uses of InsertClause in com.mysema.query.sql.dml
 

Classes in com.mysema.query.sql.dml that implement InsertClause
 class SQLInsertClause
          SQLInsertClause defines an INSERT INTO clause
 

Uses of InsertClause in com.mysema.query.sql.mysql
 

Classes in com.mysema.query.sql.mysql that implement InsertClause
 class MySQLReplaceClause
           
 



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