Interface ElementToEntityMapper
- All Known Subinterfaces:
EntityToEntityMapper,ViewToEntityMapper
- All Known Implementing Classes:
AbstractEntityToEntityMapper,AbstractViewToEntityMapper,DefaultEntityToEntityMapper,EmbeddableUpdaterBasedViewToEntityMapper,LoadOnlyEntityToEntityMapper,LoadOnlyViewToEntityMapper,LoadOrPersistViewToEntityMapper,UpdaterBasedViewToEntityMapper
public interface ElementToEntityMapper
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAll(UpdateContext context, List<Object> elements) applyToEntity(UpdateContext context, Object entity, Object element) voidremove(UpdateContext context, Object element) voidremoveById(UpdateContext context, Object elementId)
-
Method Details
-
remove
-
removeById
-
applyToEntity
-
applyAll
-