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

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

There is a newer version: 6.0.23
Show newest version
package io.github.perplexhub.rsql;

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

import lombok.Value;

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

	private Path path;
	private Attribute attribute;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy