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

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

The newest version!
package io.github.perplexhub.rsql;

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

import jakarta.persistence.metamodel.ManagedType;
import lombok.Value;

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

	Path path;
	Attribute attribute;
	ManagedType managedType;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy