Interface UpdateQueryFactory
- All Known Subinterfaces:
EntityViewUpdater,ViewToEntityMapper
- All Known Implementing Classes:
AbstractViewToEntityMapper,EmbeddableUpdaterBasedViewToEntityMapper,EntityViewUpdaterImpl,LoadOnlyViewToEntityMapper,LoadOrPersistViewToEntityMapper,UpdaterBasedViewToEntityMapper
public interface UpdateQueryFactory
- Since:
- 1.4.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescriptionjavax.persistence.QuerycreateUpdateQuery(UpdateContext context, MutableStateTrackable view, DirtyAttributeFlusher<?, ?, ?> nestedGraphNode)
-
Method Details
-
createUpdateQuery
javax.persistence.Query createUpdateQuery(UpdateContext context, MutableStateTrackable view, DirtyAttributeFlusher<?, ?, ?> nestedGraphNode)
-