
com.github.rutledgepaulv.qbuilders.delegates.concrete.EnumPropertyDelegate 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.delegates.concrete;
import com.github.rutledgepaulv.qbuilders.builders.QBuilder;
import com.github.rutledgepaulv.qbuilders.delegates.virtual.ListablePropertyDelegate;
import com.github.rutledgepaulv.qbuilders.properties.concrete.EnumProperty;
import com.github.rutledgepaulv.qbuilders.structures.FieldPath;
public final class EnumPropertyDelegate, S extends Enum>
extends ListablePropertyDelegate implements EnumProperty {
public EnumPropertyDelegate(FieldPath field, T canonical) {
super(field, canonical);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy