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

com.blazebit.persistence.impl.plan.SelectQueryPlan Maven / Gradle / Ivy

The newest version!
package com.blazebit.persistence.impl.plan;

import java.util.List;

/**
 *
 * @author Christian Beikov
 * @since 1.2.0
 */
public interface SelectQueryPlan {

    public List getResultList();

    public T getSingleResult();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy