![JAR search and dependency download from the Maven repository](/logo.png)
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