All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.intermine.objectstore.proxy.Lazy Maven / Gradle / Ivy

package org.intermine.objectstore.proxy;

/*
 * Copyright (C) 2002-2022 FlyMine
 *
 * This code may be freely distributed and modified under the
 * terms of the GNU Lesser General Public Licence.  This should
 * be distributed with the code.  See the LICENSE file for more
 * information or http://www.gnu.org/copyleft/lesser.html.
 *
 */

import org.intermine.objectstore.ObjectStore;

/**
 * Class which uses an ObjectStore to perform lazy fetching of data
 *
 * @author Matthew Wakeling
 */
public interface Lazy
{
    /**
     * Returns the ObjectStore that this lazy object will use
     *
     * @return an ObjectStore
     */
    ObjectStore getObjectStore();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy