Uses of Class
com.oracle.bmc.dataintegration.model.DataEntity
-
Packages that use DataEntity Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of DataEntity in com.oracle.bmc.dataintegration.model
Subclasses of DataEntity in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
DataEntityFromDataStore
The view entity data entity details.class
DataEntityFromFile
The file data entity details.class
DataEntityFromObject
The Application Object entity data entity details.class
DataEntityFromSql
The sql entity data entity details.class
DataEntityFromTable
The table entity data entity.class
DataEntityFromView
The view entity data entity details.class
DerivedEntity
The Derive entity object
Note: Objects should always be created or deserialized using theDerivedEntity.Builder
.Methods in com.oracle.bmc.dataintegration.model that return DataEntity Modifier and Type Method Description DataEntity
EnrichedEntity. getEntity()
DataEntity
Source. getEntity()
DataEntity
Target. getEntity()
Methods in com.oracle.bmc.dataintegration.model with parameters of type DataEntity Modifier and Type Method Description EnrichedEntity.Builder
EnrichedEntity.Builder. entity(DataEntity entity)
Source.Builder
Source.Builder. entity(DataEntity entity)
Target.Builder
Target.Builder. entity(DataEntity entity)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type DataEntity Constructor Description EnrichedEntity(DataEntity entity, DataFormat dataFormat, String modelType, ParentReference parentRef)
Deprecated.Source(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, List<InputPort> inputPorts, List<TypedObject> outputPorts, Integer objectStatus, String identifier, List<Parameter> parameters, ConfigValues opConfigValues, DataEntity entity, Boolean isReadAccess, Boolean isCopyFields, Boolean isPredefinedShape, SchemaDriftConfig schemaDriftConfig, Shape fixedDataShape, ReadOperationConfig readOperationConfig)
Deprecated.Target(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, List<InputPort> inputPorts, List<TypedObject> outputPorts, Integer objectStatus, String identifier, List<Parameter> parameters, ConfigValues opConfigValues, DataEntity entity, Boolean isReadAccess, Boolean isCopyFields, Boolean isPredefinedShape, Boolean isUseSameSourceName, String targetEntityNamePrefix, String targetEntityNameSuffix, Target.DataProperty dataProperty, SchemaDriftConfig schemaDriftConfig, Shape fixedDataShape, WriteOperationConfig writeOperationConfig, Integer loadOrder)
Deprecated. -
Uses of DataEntity in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DataEntity Modifier and Type Method Description DataEntity
GetDataEntityResponse. getDataEntity()
The returned DataEntity instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DataEntity Modifier and Type Method Description GetDataEntityResponse.Builder
GetDataEntityResponse.Builder. dataEntity(DataEntity dataEntity)
The returned DataEntity instance.
-