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

io.github.perplexhub.rsql.jpa.RsqlJpaHolder Maven / Gradle / Ivy

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

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

class RsqlJpaHolder {
	Path path;
	Attribute attribute;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy