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

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

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

import jakarta.persistence.metamodel.Attribute;

import com.querydsl.core.types.Path;

import lombok.Value;

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

	private String propertyPath;
	private Attribute attribute;
	private Path entityClass;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy