public class TransformContext extends Object
Modifier and Type | Field and Description |
---|---|
private DbControl |
dc |
private 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.
|
Collection<Include> |
getInclude()
Include options when executing queries to find
parent/child items.
|
void |
setInclude(Collection<Include> include) |
private final DbControl dc
private Collection<Include> include
public TransformContext(DbControl dc)
public DbControl getDbControl()
public Collection<Include> getInclude()
public void setInclude(Collection<Include> include)