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, wait
getExpression
protected SQLExpressionFactory exprFactory
public void setExpressionFactory(SQLExpressionFactory exprFactory)
setExpressionFactory
in interface SQLOperation
protected JavaTypeMapping getMappingForClass(Class cls)
cls
- The class we want a mapping to representCopyright © 2017. All rights reserved.