public abstract class AbstractSQLOperation extends Object implements SQLOperation
| Modifier and Type | Field and Description |
|---|---|
protected SQLExpressionFactory |
exprFactory |
| Constructor and Description |
|---|
AbstractSQLOperation() |
| Modifier and Type | Method and Description |
|---|---|
protected JavaTypeMapping |
getMappingForClass(Class cls)
Accessor for the mapping for a particular class.
|
void |
setExpressionFactory(SQLExpressionFactory exprFactory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpressionprotected SQLExpressionFactory exprFactory
public void setExpressionFactory(SQLExpressionFactory exprFactory)
setExpressionFactory in interface SQLOperationprotected JavaTypeMapping getMappingForClass(Class cls)
cls - The class we want a mapping to representCopyright © 2017. All rights reserved.