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

com.blazebit.query.spi.QueryContextBuilderFactory Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
/*
 * SPDX-License-Identifier: Apache-2.0
 * Copyright Blazebit
 */
package com.blazebit.query.spi;

/**
 * Interface implemented by the Blaze-Query provider.
 * 

* It is invoked to create {@link QueryContextBuilder}. * * @author Christian Beikov * @since 1.0.0 */ public interface QueryContextBuilderFactory { /** * Returns a new {@link QueryContextBuilder}. * * @return a new {@link QueryContextBuilder} */ QueryContextBuilder creatBuilder(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy