Class AggregateObjectChangeSet

    • Constructor Detail

      • AggregateObjectChangeSet

        public AggregateObjectChangeSet()
        The default constructor.
      • AggregateObjectChangeSet

        public AggregateObjectChangeSet​(java.lang.Object primaryKey,
                                        ClassDescriptor descriptor,
                                        java.lang.Object cloneObject,
                                        UnitOfWorkChangeSet parent,
                                        boolean isNew)
        This constructor is used to create an ObjectChangeSet that represents a regular object.
    • Method Detail

      • getId

        public java.lang.Object getId()
        Description copied from class: ObjectChangeSet
        ADVANCED: This method returns the primary key for the object that this change set represents.
        Specified by:
        getId in interface ObjectChangeSet
        Overrides:
        getId in class ObjectChangeSet
      • isAggregate

        public boolean isAggregate()
        Description copied from class: ObjectChangeSet
        INTERNAL: Used to determine if the object change set represents an aggregate object.
        Overrides:
        isAggregate in class ObjectChangeSet