Class DocumentPreservationPolicy


  • public abstract class DocumentPreservationPolicy
    extends Object
    Purpose:Provides an interface for customizing how Documents are preserved.

    Responsibilities:

    • Access objects from the cache based on node
    • Access nodes from the cache based on Object
    • Add objects and nodes to the cache
    • Allow the configuration of how nodes are added into the preserved doc
    Since:
    Oracle TopLink 11g
    Author:
    mmacivor
    • Constructor Detail

      • DocumentPreservationPolicy

        protected DocumentPreservationPolicy()
        Default constructor.