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, wait
getExpression
protected SQLStatement stmt
protected SQLExpressionFactory exprFactory
protected org.datanucleus.ClassLoaderResolver clr
public void setStatement(SQLStatement stmt)
SQLMethod
setStatement
in interface SQLMethod
stmt
- The statementprotected JavaTypeMapping getMappingForClass(Class cls)
cls
- The class we want a mapping to representCopyright © 2017. All rights reserved.