Class QProcessedObjectMapping
java.lang.Object
com.evolveum.midpoint.repo.sqlbase.mapping.QueryModelMapping<S,Q,R>
  
com.evolveum.midpoint.repo.sqlbase.mapping.QueryTableMapping<S,Q,R>
  
com.evolveum.midpoint.repo.sqale.mapping.SqaleTableMapping<S,Q,R>
  
com.evolveum.midpoint.repo.sqale.qmodel.common.QContainerMapping<SimulationResultProcessedObjectType,QProcessedObject,MProcessedObject,MSimulationResult>
   
com.evolveum.midpoint.repo.sqale.qmodel.simulation.QProcessedObjectMapping
- All Implemented Interfaces:
- QOwnedByMapping<SimulationResultProcessedObjectType,,- MProcessedObject, - MSimulationResult> - SqaleMappingMixin<SimulationResultProcessedObjectType,- QProcessedObject, - MProcessedObject> 
public class QProcessedObjectMapping
extends QContainerMapping<SimulationResultProcessedObjectType,QProcessedObject,MProcessedObject,MSimulationResult>   
- 
Field SummaryFieldsFields inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryModelMappinglogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintprotected PathSetstatic QProcessedObjectMappingstatic @NotNull QProcessedObjectMappinginitProcessedResultMapping(@NotNull SqaleRepoContext repositoryContext) insert(SimulationResultProcessedObjectType object, MSimulationResult ownerRow, JdbcSession jdbcSession) protected QProcessedObjectnewAliasInstance(String alias) Method returning new instance ofEntityPath- to be implemented by sub-mapping.newRowObject(MSimulationResult ownerRow) Returns a row with foreign key fields referencing the provided owner row.static StringpartitionName(String oid) Implemented for searchable containers that do not use fullObject for their recreation.Methods inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainerMappingattachContainerIdPath, attachOwnerOid, containerIdentityPredicate, containerIdPath, initContainerMapping, initRowObject, selectExpressions, toSchemaObject, useDeltaApplyResultsMethods inherited from class com.evolveum.midpoint.repo.sqale.mapping.SqaleTableMappingaddExtensionMapping, binaryMapper, booleanMapper, createFullObject, createRowTransformer, definitionDerivation, definitionDerivationKey, doubleMapper, enumMapper, getDefinition, getPartitionManager, insert, integerMapper, multiPolyStringMapper, multiStringMapper, multiUriMapper, multiValueMapper, needsInitialization, objectReference, objectReference, objectTypeToQName, parseSchemaObject, parseSchemaObject, polyStringMapper, preprocessCacheableUris, processCacheableRelation, processCacheableUri, processCacheableUri, processCacheableUris, processExtensionColumns, processExtensions, repositoryContext, resolveIdToUri, resolveReferenceNames, resolveUriIdToQName, schemaTypeToObjectType, setPolyString, setReference, storeRefs, stringMapper, stringsToArray, timestampMapper, toSchemaObjectComplete, toSchemaObjectCompleteSafe, toSchemaObjectInternal, uriMapper, uuidMapperMethods inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryTableMappingaddDetailFetchMapper, addExtensionColumn, appendPaths, defaultAlias, defaultAliasName, detailFetchMappers, getExtensionColumns, joinOn, longMapper, newAlias, paths, prismContext, selectExpressionsWithCustomColumns, tableName, toString, updateGetOptionsMethods inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryModelMappingaddItemMapping, addRelationResolver, getItemMapper, getItemMappings, getRelationResolver, itemDefinition, itemMapper, queryType, relationResolver, schemaTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.repo.sqale.mapping.SqaleMappingMixinaddAuditRefMapping, addContainerTableMapping, addExtensionMapping, addItemMapping, addNestedMapping, addRefMapping, addRefMapping, addRelationResolver, afterModify, queryType
- 
Field Details- 
DEFAULT_ALIAS_NAME- See Also:
 
- 
PARTITION_PREFIX- See Also:
 
 
- 
- 
Constructor Details- 
QProcessedObjectMapping
 
- 
- 
Method Details- 
initProcessedResultMapping@NotNull public static @NotNull QProcessedObjectMapping initProcessedResultMapping(@NotNull @NotNull SqaleRepoContext repositoryContext) 
- 
getProcessedObjectMapping
- 
toSchemaObjectpublic SimulationResultProcessedObjectType toSchemaObject(MProcessedObject row) throws SchemaException Description copied from class:QContainerMappingImplemented for searchable containers that do not use fullObject for their recreation.- Overrides:
- toSchemaObjectin class- QContainerMapping<SimulationResultProcessedObjectType,- QProcessedObject, - MProcessedObject, - MSimulationResult> 
- Throws:
- SchemaException
 
- 
newRowObject- Overrides:
- newRowObjectin class- QueryTableMapping<SimulationResultProcessedObjectType,- QProcessedObject, - MProcessedObject> 
 
- 
newAliasInstanceDescription copied from class:QueryTableMappingMethod returning new instance ofEntityPath- to be implemented by sub-mapping. This will create entity path without any extension columns, seeQueryTableMapping.newAlias(java.lang.String)for that.
- 
newRowObjectDescription copied from interface:QOwnedByMappingReturns a row with foreign key fields referencing the provided owner row.- Specified by:
- newRowObjectin interface- QOwnedByMapping<SimulationResultProcessedObjectType,- MProcessedObject, - MSimulationResult> 
- Overrides:
- newRowObjectin class- QContainerMapping<SimulationResultProcessedObjectType,- QProcessedObject, - MProcessedObject, - MSimulationResult> 
 
- 
fullObjectItemsToSkip
- 
insertpublic MProcessedObject insert(SimulationResultProcessedObjectType object, MSimulationResult ownerRow, JdbcSession jdbcSession) throws SchemaException - Specified by:
- insertin interface- QOwnedByMapping<SimulationResultProcessedObjectType,- MProcessedObject, - MSimulationResult> 
- Overrides:
- insertin class- QContainerMapping<SimulationResultProcessedObjectType,- QProcessedObject, - MProcessedObject, - MSimulationResult> 
- Throws:
- SchemaException
 
- 
partitionName
- 
containerDepthpublic int containerDepth()
 
-