Interface EntityMutationTarget

All Superinterfaces:
MutationTarget<EntityTableMapping>
All Known Subinterfaces:
DeprecatedEntityStuff, EntityPersister, Loadable, Lockable, OuterJoinLoadable, PostInsertIdentityPersister, Queryable, SQLLoadable, UniqueKeyLoadable
All Known Implementing Classes:
AbstractEntityPersister, JoinedSubclassEntityPersister, SingleTableEntityPersister, UnionSubclassEntityPersister

@Incubating public interface EntityMutationTarget extends MutationTarget<EntityTableMapping>
Anything that can be the target of mutations
Author:
Steve Ebersole