Class PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    PersistentCollectionChangeWorkUnit

    public static class PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
    extends Object
    implements Serializable
    A unique identifier for a collection work unit. Consists of an id of the owning entity and the name of the entity plus the name of the field (the role). This is needed because such collections aren't entities in the "normal" mapping, but they are entities for Envers.
    See Also:
    Serialized Form
    • Constructor Detail

      • PersistentCollectionChangeWorkUnitId

        public PersistentCollectionChangeWorkUnitId​(Object ownerId,
                                                    String role)