org.apache.gora.sql.statement
Class InsertUpdateStatementFactory

java.lang.Object
  extended by org.apache.gora.sql.statement.InsertUpdateStatementFactory

public class InsertUpdateStatementFactory
extends java.lang.Object


Constructor Summary
InsertUpdateStatementFactory()
           
 
Method Summary
static
<K,T extends Persistent>
InsertUpdateStatement<K,T>
createStatement(SqlStore<K,T> store, SqlMapping mapping, SqlStore.DBVendor dbVendor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertUpdateStatementFactory

public InsertUpdateStatementFactory()
Method Detail

createStatement

public static <K,T extends Persistent> InsertUpdateStatement<K,T> createStatement(SqlStore<K,T> store,
                                                                                  SqlMapping mapping,
                                                                                  SqlStore.DBVendor dbVendor)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.