Interface IndirectContainer

    • Method Detail

      • getValueHolder

        ValueHolderInterface getValueHolder()
        PUBLIC: This is used by the indirection policy to build the UOW clone of the container.
        Returns:
        org.eclipse.persistence.indirection.ValueHolderInterface A representation of the valueholder * which this container uses
      • isInstantiated

        boolean isInstantiated()
        PUBLIC: Return whether the contents have been read from the database. This is used periodically by the indirection policy to determine whether to trigger the database read.
      • setValueHolder

        void setValueHolder​(ValueHolderInterface valueHolder)
        PUBLIC: Set the valueHolder. This is used by the indirection policy to build the UOW clone of the container.