Class AbstractROF<T>

    • Field Detail

      • ec

        protected org.datanucleus.ExecutionContext ec
      • ignoreCache

        protected boolean ignoreCache
      • fp

        protected org.datanucleus.FetchPlan fp
    • Constructor Detail

      • AbstractROF

        public AbstractROF​(org.datanucleus.ExecutionContext ec,
                           ResultSet rs,
                           boolean ignoreCache,
                           org.datanucleus.FetchPlan fp)
        Constructor.
        Parameters:
        ec - ExecutionContext
        rs - The JDBC ResultSet
        ignoreCache - Whether to ignore the cache(s) when instantiating any persistable objects in the results.
        fp - FetchPlan