
com.github.rutledgepaulv.qbuilders.properties.virtual.Property Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of q-builders Show documentation
Show all versions of q-builders Show documentation
A type-safe and database agnostic query building library.
package com.github.rutledgepaulv.qbuilders.properties.virtual;
import com.github.rutledgepaulv.qbuilders.builders.QBuilder;
/**
* A marker interface for properties that have been defined. Properties
* represent queryable field types and expose mechanisms to define the
* constraints against hte field for the query.
*
* @param The final type of the builder.
*/
@SuppressWarnings("unused")
public interface Property> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy