org.apache.gora.sql.statement
Class InsertUpdateStatementFactory

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

public class InsertUpdateStatementFactory
extends Object


Constructor Summary
InsertUpdateStatementFactory()
           
 
Method Summary
static
<K,T extends org.apache.gora.persistency.impl.PersistentBase>
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 org.apache.gora.persistency.impl.PersistentBase> InsertUpdateStatement<K,T> createStatement(SqlStore<K,T> store,
                                                                                                                       SqlMapping mapping,
                                                                                                                       SqlStore.DBVendor dbVendor)


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.