Support methods for dirty checking
Type | Name and description |
---|---|
static boolean |
areAssociationsDirty(Session session, PersistentEntity entity, java.lang.Object instance) Checks whether associations are dirty |
static java.util.Collection |
wrap(java.util.Collection coll, DirtyCheckable parent, java.lang.String property) Wraps a collection in dirty checking capability |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Checks whether associations are dirty
session
- The sessionentity
- The entityinstance
- The instanceWraps a collection in dirty checking capability
coll
- The collectionparent
- The parentproperty
- The property