|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
public abstract class AbstractSQLMethod
Abstract implementation of an SQLMethod. Provides localisation and convenience methods where required.
| Field Summary | |
|---|---|
protected org.datanucleus.ClassLoaderResolver |
clr
|
protected SQLExpressionFactory |
exprFactory
|
protected static org.datanucleus.util.Localiser |
LOCALISER
Localiser for messages |
protected SQLStatement |
stmt
|
| Constructor Summary | |
|---|---|
AbstractSQLMethod()
|
|
| Method Summary | |
|---|---|
protected org.datanucleus.store.mapped.mapping.JavaTypeMapping |
getMappingForClass(java.lang.Class cls)
Accessor for the mapping for a particular class. |
void |
setStatement(SQLStatement stmt)
Method to set the SQLStatement that we are related to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.datanucleus.store.rdbms.sql.method.SQLMethod |
|---|
getExpression |
| Field Detail |
|---|
protected static final org.datanucleus.util.Localiser LOCALISER
protected SQLStatement stmt
protected SQLExpressionFactory exprFactory
protected org.datanucleus.ClassLoaderResolver clr
| Constructor Detail |
|---|
public AbstractSQLMethod()
| Method Detail |
|---|
public void setStatement(SQLStatement stmt)
SQLMethod
setStatement in interface SQLMethodstmt - The statementprotected org.datanucleus.store.mapped.mapping.JavaTypeMapping getMappingForClass(java.lang.Class cls)
cls - The class we want a mapping to represent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||