public abstract class AbstractSQLMethod extends Object implements SQLMethod
| Modifier and Type | Field and Description |
|---|---|
protected org.datanucleus.ClassLoaderResolver |
clr |
protected SQLExpressionFactory |
exprFactory |
protected SQLStatement |
stmt |
| Constructor and Description |
|---|
AbstractSQLMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected JavaTypeMapping |
getMappingForClass(Class cls)
Accessor for the mapping for a particular class.
|
void |
setStatement(SQLStatement stmt)
Method to set the SQLStatement that we are related to.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpressionprotected SQLStatement stmt
protected SQLExpressionFactory exprFactory
protected org.datanucleus.ClassLoaderResolver clr
public void setStatement(SQLStatement stmt)
SQLMethodsetStatement in interface SQLMethodstmt - The statementprotected JavaTypeMapping getMappingForClass(Class cls)
cls - The class we want a mapping to representCopyright © 2015. All rights reserved.