Interface ObjectGetter


  • public interface ObjectGetter
    • Method Detail

      • getPersistentObject

        Object getPersistentObject​(int index)
                            throws SQLException
        Get the nth persistent object.
        Parameters:
        index - the index of the object (1 based).
        Returns:
        the object.
        Throws:
        SQLException - if an error occurs.