|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation
public abstract class AbstractSQLOperation
Abstract representation for SQLOperations.
| Field Summary | |
|---|---|
protected SQLExpressionFactory |
exprFactory
|
| Constructor Summary | |
|---|---|
AbstractSQLOperation()
|
|
| Method Summary | |
|---|---|
protected org.datanucleus.store.mapped.mapping.JavaTypeMapping |
getMappingForClass(java.lang.Class cls)
Accessor for the mapping for a particular class. |
void |
setExpressionFactory(SQLExpressionFactory exprFactory)
|
| 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.operation.SQLOperation |
|---|
getExpression |
| Field Detail |
|---|
protected SQLExpressionFactory exprFactory
| Constructor Detail |
|---|
public AbstractSQLOperation()
| Method Detail |
|---|
public void setExpressionFactory(SQLExpressionFactory exprFactory)
setExpressionFactory in interface SQLOperationprotected 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 | |||||||||