This project has retired. For details please refer to its Attic page.
InsertUpdateStatementFactory (Apache Gora 0.2 API)

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 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 © 2010-2013 The Apache Software Foundation. All Rights Reserved.