public class TransformContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private DbControl |
dc |
private java.util.Collection<Include> |
include |
Constructor and Description |
---|
TransformContext(DbControl dc)
Creates a new transformation context that will use the given DbControl
for database access.
|
Modifier and Type | Method and Description |
---|---|
DbControl |
getDbControl()
Get the DbControl to use in this transformation context.
|
java.util.Collection<Include> |
getInclude()
Include options when executing queries to find
parent/child items.
|
void |
setInclude(java.util.Collection<Include> include) |
public TransformContext(DbControl dc)
public DbControl getDbControl()
public java.util.Collection<Include> getInclude()
public void setInclude(java.util.Collection<Include> include)