Package org.hibernate.action.internal
Interface ComparableEntityAction
-
- All Superinterfaces:
Comparable<ComparableEntityAction>
- All Known Implementing Classes:
AbstractEntityInsertAction,EntityAction,EntityDeleteAction,EntityIdentityInsertAction,EntityInsertAction,EntityUpdateAction,OrphanRemovalAction
public interface ComparableEntityAction extends Comparable<ComparableEntityAction>
With this interface we can compare entity actions in the queue even if the implementation doesn't extendEntityAction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntityName()ObjectgetId()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-