This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.gora.sql.store.SqlMapping (Apache Gora 0.2 API)

Uses of Class
org.apache.gora.sql.store.SqlMapping

Packages that use SqlMapping
org.apache.gora.sql.statement   
org.apache.gora.sql.store   
 

Uses of SqlMapping in org.apache.gora.sql.statement
 

Fields in org.apache.gora.sql.statement declared as SqlMapping
protected  SqlMapping InsertUpdateStatement.mapping
           
 

Methods in org.apache.gora.sql.statement with parameters of type SqlMapping
static
<K,T extends Persistent>
InsertUpdateStatement<K,T>
InsertUpdateStatementFactory.createStatement(SqlStore<K,T> store, SqlMapping mapping, SqlStore.DBVendor dbVendor)
           
 

Constructors in org.apache.gora.sql.statement with parameters of type SqlMapping
HSqlInsertUpdateStatement(SqlStore<K,T> store, SqlMapping mapping, String tableName)
           
InsertStatement(SqlMapping mapping, String tableName)
           
InsertStatement(SqlMapping mapping, String tableName, String... columnNames)
           
InsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, String tableName)
           
MySqlInsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, String tableName)
           
 

Uses of SqlMapping in org.apache.gora.sql.store
 

Methods in org.apache.gora.sql.store that return SqlMapping
protected  SqlMapping SqlStore.readMapping()
           
 



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