Class QSimulationResultMapping
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.object.QObjectMapping<S,Q,R>
com.evolveum.midpoint.repo.sqale.qmodel.object.QAssignmentHolderMapping<SimulationResultType,QSimulationResult,MSimulationResult>
com.evolveum.midpoint.repo.sqale.qmodel.simulation.QSimulationResultMapping
- All Implemented Interfaces:
SqaleMappingMixin<SimulationResultType,
QSimulationResult, MSimulationResult>
public class QSimulationResultMapping
extends QAssignmentHolderMapping<SimulationResultType,QSimulationResult,MSimulationResult>
-
Field Summary
FieldsFields inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryModelMapping
logger
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
customizeFullObjectItemsToSkip
(PathSet mutableSet) static QSimulationResultMapping
static QSimulationResultMapping
initSimulationResultMapping
(@NotNull SqaleRepoContext repositoryContext) boolean
returns false, reindex is not feasible for Simulation Result Simulation Result stores large quantity of data and forceReindex, operation is Read, Remove, Add - which with SQL constraints would require reading whole simulation (and all results) storing it in-memory and then dumping it in one transaction into repository which is currently not feasible.protected QSimulationResult
newAliasInstance
(String alias) Method returning new instance ofEntityPath
- to be implemented by sub-mapping.@NotNull com.querydsl.core.types.Path<?>[]
selectExpressions
(QSimulationResult entity, Collection<SelectorOptions<GetOperationOptions>> options) By default, usesQueryTableMapping.selectExpressionsWithCustomColumns(Q)
and does not use options.void
storeRelatedEntities
(@NotNull MSimulationResult row, @NotNull SimulationResultType schemaObject, @NotNull JdbcSession jdbcSession) Stores other entities related to the main object row like containers, references, etc.@NotNull MSimulationResult
toRowObjectWithoutFullObject
(SimulationResultType schemaObject, JdbcSession jdbcSession) Override this to fill additional row attributes after calling this super version.Methods inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.QAssignmentHolderMapping
getAssignmentHolderMapping, initAssignmentHolderMapping
Methods inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.QObjectMapping
addContainerTableMapping, addFullObjectContainerTableMapping, additionalSelectsByDefault, addRefMapping, createRowTransformer, definitionDerivation, definitionDerivationKey, fullObjectItemsToSkip, getObjectMapping, initObjectMapping, isExcludeAll, isExcludeFullObject, preprocessCacheableUris, setFullObject, setStoreSplitted, toSchemaObject, toSchemaObjectCompleteSafe, updateGetOptions
Methods inherited from class com.evolveum.midpoint.repo.sqale.mapping.SqaleTableMapping
addExtensionMapping, binaryMapper, booleanMapper, createFullObject, doubleMapper, enumMapper, getDefinition, getPartitionManager, insert, integerMapper, multiPolyStringMapper, multiStringMapper, multiUriMapper, multiValueMapper, needsInitialization, objectReference, objectReference, objectTypeToQName, parseSchemaObject, parseSchemaObject, polyStringMapper, processCacheableRelation, processCacheableUri, processCacheableUri, processCacheableUris, processExtensionColumns, processExtensions, repositoryContext, resolveIdToUri, resolveReferenceNames, resolveUriIdToQName, schemaTypeToObjectType, setPolyString, setReference, storeRefs, stringMapper, stringsToArray, timestampMapper, toSchemaObject, toSchemaObjectComplete, toSchemaObjectInternal, uriMapper, uuidMapper
Methods inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryTableMapping
addDetailFetchMapper, addExtensionColumn, appendPaths, defaultAlias, defaultAliasName, detailFetchMappers, getExtensionColumns, joinOn, longMapper, newAlias, paths, prismContext, selectExpressionsWithCustomColumns, tableName, toString
Methods inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryModelMapping
addItemMapping, addRelationResolver, getItemMapper, getItemMappings, getRelationResolver, itemDefinition, itemMapper, queryType, relationResolver, schemaType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.repo.sqale.mapping.SqaleMappingMixin
addAuditRefMapping, addExtensionMapping, addItemMapping, addNestedMapping, addRefMapping, addRelationResolver, afterModify, queryType
-
Field Details
-
DEFAULT_ALIAS_NAME
- See Also:
-
-
Method Details
-
initSimulationResultMapping
public static QSimulationResultMapping initSimulationResultMapping(@NotNull @NotNull SqaleRepoContext repositoryContext) -
getSimulationResultMapping
-
newAliasInstance
Description copied from class:QueryTableMapping
Method 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.- Overrides:
newAliasInstance
in classQAssignmentHolderMapping<SimulationResultType,
QSimulationResult, MSimulationResult>
-
selectExpressions
@NotNull public @NotNull com.querydsl.core.types.Path<?>[] selectExpressions(QSimulationResult entity, Collection<SelectorOptions<GetOperationOptions>> options) Description copied from class:QueryTableMapping
By default, usesQueryTableMapping.selectExpressionsWithCustomColumns(Q)
and does not use options. Can be overridden to fulfil other needs, e.g. to select just full object.- Overrides:
selectExpressions
in classQObjectMapping<SimulationResultType,
QSimulationResult, MSimulationResult>
-
toRowObjectWithoutFullObject
@NotNull public @NotNull MSimulationResult toRowObjectWithoutFullObject(SimulationResultType schemaObject, JdbcSession jdbcSession) Description copied from class:QObjectMapping
Override this to fill additional row attributes after calling this super version. *This must be called with active JDBC session* so it can create newQUri
rows. As this is intended for inserts *DO NOT* setMObject.objectType
to any value, it must be NULL otherwise the DB will complain about the value for the generated column. OID may be null, hence the method does NOT create any sub-entities, seeQObjectMapping.storeRelatedEntities(MObject, ObjectType, JdbcSession)
. Try to keep order of fields here, in M-class (MObject for this one) and in SQL the same.- Overrides:
toRowObjectWithoutFullObject
in classQObjectMapping<SimulationResultType,
QSimulationResult, MSimulationResult>
-
newRowObject
- Overrides:
newRowObject
in classQObjectMapping<SimulationResultType,
QSimulationResult, MSimulationResult>
-
customizeFullObjectItemsToSkip
- Overrides:
customizeFullObjectItemsToSkip
in classQObjectMapping<SimulationResultType,
QSimulationResult, MSimulationResult>
-
storeRelatedEntities
public void storeRelatedEntities(@NotNull @NotNull MSimulationResult row, @NotNull @NotNull SimulationResultType schemaObject, @NotNull @NotNull JdbcSession jdbcSession) throws SchemaException Description copied from class:QObjectMapping
Stores other entities related to the main object row like containers, references, etc. This is not part ofQObjectMapping.toRowObjectWithoutFullObject(S, com.evolveum.midpoint.repo.sqlbase.JdbcSession)
because it requires known OID which is not assured before calling that method. *Always call this super method first in overriding methods.*- Overrides:
storeRelatedEntities
in classQAssignmentHolderMapping<SimulationResultType,
QSimulationResult, MSimulationResult> - Parameters:
row
- master row for the added object("aggregate root")schemaObject
- schema objects for which the details are storedjdbcSession
- JDBC session used to insert related rows- Throws:
SchemaException
-
isReindexSupported
public boolean isReindexSupported()returns false, reindex is not feasible for Simulation Result Simulation Result stores large quantity of data and forceReindex, operation is Read, Remove, Add - which with SQL constraints would require reading whole simulation (and all results) storing it in-memory and then dumping it in one transaction into repository which is currently not feasible.- Overrides:
isReindexSupported
in classQObjectMapping<SimulationResultType,
QSimulationResult, MSimulationResult> - Returns:
- True if reindex is supported for specified objects.
-