Class AbstractEntityToEntityMapper
java.lang.Object
com.blazebit.persistence.view.impl.entity.AbstractEntityToEntityMapper
- All Implemented Interfaces:
ElementToEntityMapper,EntityToEntityMapper
- Direct Known Subclasses:
DefaultEntityToEntityMapper,LoadOnlyEntityToEntityMapper
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractEntityToEntityMapper(EntityLoaderFetchGraphNode<?> entityLoaderFetchGraphNode, UnmappedAttributeCascadeDeleter deleter) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAll(UpdateContext context, List<Object> elements) getFetchGraph(String[] dirtyProperties) voidremove(UpdateContext context, Object element) voidremoveById(UpdateContext context, Object elementId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.view.impl.entity.ElementToEntityMapper
applyToEntityMethods inherited from interface com.blazebit.persistence.view.impl.entity.EntityToEntityMapper
getDirtyChecker
-
Field Details
-
entityLoaderFetchGraphNode
-
-
Constructor Details
-
AbstractEntityToEntityMapper
public AbstractEntityToEntityMapper(EntityLoaderFetchGraphNode<?> entityLoaderFetchGraphNode, UnmappedAttributeCascadeDeleter deleter)
-
-
Method Details
-
remove
- Specified by:
removein interfaceElementToEntityMapper
-
removeById
- Specified by:
removeByIdin interfaceElementToEntityMapper
-
getFullGraphNode
- Specified by:
getFullGraphNodein interfaceEntityToEntityMapper
-
getFetchGraph
- Specified by:
getFetchGraphin interfaceEntityToEntityMapper
-
applyAll
- Specified by:
applyAllin interfaceElementToEntityMapper
-