Interface InputTranslationEngine
public interface InputTranslationEngine
-
Method Summary
Modifier and TypeMethodDescriptiongetExistingIdentity
(MappingResult result) boolean
void
mergeWithExisting
(MappingResult result, EntityParam baseEntity) Merges the information obtained after execution of an input translation profile with a manually specified entity.void
process
(MappingResult result) Entry point.resolveMappedIdentity
(MappedIdentity checked)
-
Method Details
-
process
Entry point.- Parameters:
result
-- Throws:
EngineException
-
mergeWithExisting
Merges the information obtained after execution of an input translation profile with a manually specified entity.- Parameters:
result
-baseEntity
-- Throws:
EngineException
-
identitiesNotPresentInDb
- Parameters:
result
-- Returns:
- true only if no one of mapped identities is present in db.
-
resolveMappedIdentity
- Throws:
EngineException
-
getExistingIdentity
-