public abstract class OdiPartition extends oracle.odi.domain.support.AbstractOdiEntity implements IWorkDevelopmentOdiEntity, IPartition
Oracle Data Integrator is able to use database-defined partitions when processing data in partitioned tables used as source or targets of integration interfaces. These partitions are created in the datastore corresponding to the table, either through the reverse-engineering process or manually. For example with the Oracle technology, partitions are reverse-engineered using the RKM Oracle.
This class is abstract. Known subclasses are OdiMainPartition and OdiSubPartition.
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_MAX_LENGTH
Maximum length supported for the "name" property.
|
| Modifier and Type | Method and Description |
|---|---|
OdiDataStore |
getDataStore()
Returns the
OdiDataStore for which this OdiPartition is defined. |
java.lang.String |
getDescription()
Returns the description of this
OdiPartition. |
java.io.Serializable |
getInternalId()
Provides a common getter for the persistence layer to obtain an identity,
irrespective of the actual type of identity used.
|
java.lang.String |
getName()
Returns the name of this
OdiPartition. |
java.lang.Number |
getPartitionId()
Return the internal ID of this partition.
|
void |
setDescription(java.lang.String pDescription)
Defines the description of this
OdiPartition. |
getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, isInstanceLevelSecurityNeeded, isNew, preCommit, toStringequals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCodegetFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeededgetGlobalId, getParentgetTypegetBigNumericId, getGlobalId, getNumericIdpublic static final int NAME_MAX_LENGTH
public final java.io.Serializable getInternalId()
IRepositoryEntity
Typically a subclass will delegate to a public
SomePrimitiveWrapper getId() method. The necessity for the
getInternalId() abstract method is solely because the
persistence layer needs a way of obtaining the identity irrespective of
the actual identity implementation choice.
Returning null from this method will indicate the object has
never been saved. This will likely be relied on by some DAO
implementations.
getInternalId in interface IRepositoryEntitypublic java.lang.String getDescription()
OdiPartition.setDescription(String)public void setDescription(java.lang.String pDescription)
OdiPartition.pDescription - the description.getDescription()public java.lang.String getName()
OdiPartition.getName in interface IModelObjectgetName in interface IPartitiongetName in interface IOdiEntitygetName in class oracle.odi.domain.support.AbstractOdiEntitypublic OdiDataStore getDataStore()
OdiDataStore for which this OdiPartition is defined.OdiDataStorepublic java.lang.Number getPartitionId()