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, java.lang.String tableName)
           
InsertStatement(SqlMapping mapping, java.lang.String tableName)
           
InsertStatement(SqlMapping mapping, java.lang.String tableName, java.lang.String... columnNames)
           
InsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, java.lang.String tableName)
           
MySqlInsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, java.lang.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(java.lang.String filename)
           
 

Methods in org.apache.gora.sql.store with parameters of type SqlMapping
protected  com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable SqlStore.createSqlTable(SqlMapping mapping)
           
 



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