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

io.github.perplexhub.rsql.RSQLJPAContext Maven / Gradle / Ivy

package io.github.perplexhub.rsql;

import javax.persistence.criteria.Path;
import javax.persistence.metamodel.Attribute;

import lombok.Value;

@Value(staticConstructor = "of")
class RSQLJPAContext {

	private Path path;
	private Attribute attribute;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy