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

com.jpaquery.core.QueryHandler Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.jpaquery.core;

import com.jpaquery.core.facade.JpaQuery;

public interface QueryHandler {
    T handle(JpaQuery query);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy