Package | Description |
---|---|
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
org.pentaho.di.repository |
Modifier and Type | Method and Description |
---|---|
ObjectRevision |
Database.getObjectRevision() |
ObjectRevision |
DatabaseMeta.getObjectRevision() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseMeta.setObjectRevision(ObjectRevision objectRevision) |
Modifier and Type | Method and Description |
---|---|
ObjectRevision |
LoggingObject.getObjectRevision() |
ObjectRevision |
LoggingObjectInterface.getObjectRevision()
Gets the objects revision in a repository.
|
ObjectRevision |
SimpleLoggingObject.getObjectRevision() |
Modifier and Type | Method and Description |
---|---|
void |
LoggingObject.setObjectRevision(ObjectRevision objectRevision) |
Modifier and Type | Method and Description |
---|---|
ObjectRevision |
RepositoryElementInterface.getObjectRevision()
Gets the object revision.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryElementInterface.setObjectRevision(ObjectRevision objectRevision)
Sets the object revision.
|