
com.github.rutledgepaulv.qbuilders.properties.concrete.InstantProperty 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.concrete;
import com.github.rutledgepaulv.qbuilders.builders.QBuilder;
import com.github.rutledgepaulv.qbuilders.properties.virtual.InstantLikeProperty;
import java.time.Instant;
/**
* A property view for fields with {@link Instant} values.
*
* @param The type of the final builder.
*/
public interface InstantProperty> extends InstantLikeProperty {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy