Interface TraceAggregate

All Superinterfaces:
TraceObjectInterface
All Known Implementing Classes:
DBTraceObjectAggregate

public interface TraceAggregate extends TraceObjectInterface
A marker interface which indicates its attributes represent the object as a whole

Often applied to processes and sessions, this causes ancestry traversals to include this object's children when visited.

LATER (GP-5754): This should be an attribute of the schema, not an interface.