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

com.ctp.cdi.query.builder.result.QueryProcessor Maven / Gradle / Ivy

The newest version!
package com.ctp.cdi.query.builder.result;

import javax.persistence.Query;

public interface QueryProcessor {

    Object executeQuery(Query query);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy