Class GenericResultObjectProvider

    • Constructor Detail

      • GenericResultObjectProvider

        public GenericResultObjectProvider​(java.lang.Class<?> pcClass,
                                           JDBCStore store,
                                           JDBCFetchConfiguration fetch,
                                           Result res)
        Constructor.
        Parameters:
        pcClass - the base class of the result objects
        store - the store manager to delegate loading to
        fetch - the fetch configuration, or null for default
        res - the result containing the data
      • GenericResultObjectProvider

        public GenericResultObjectProvider​(ClassMapping mapping,
                                           JDBCStore store,
                                           JDBCFetchConfiguration fetch,
                                           Result res)
        Constructor.
        Parameters:
        mapping - the mapping for the base class of the result objects
        store - the store manager to delegate loading to
        fetch - the fetch configuration, or null for default
        res - the result containing the data