com.contentgrid.spring.querydsl.predicate.EntityId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contentgrid-spring-querydsl Show documentation
Show all versions of contentgrid-spring-querydsl Show documentation
ContentGrid module for filtering entity collections using QueryDSL
The newest version!
package com.contentgrid.spring.querydsl.predicate;
import com.contentgrid.spring.querydsl.annotation.QuerydslPredicateFactory;
import com.querydsl.core.types.Path;
/**
* Creates a {@link com.querydsl.core.types.Predicate} mapping to the id of the association.
*
* This predicate type can only be used on associations, not on basic properties or on embedded objects
*/
public interface EntityId extends QuerydslPredicateFactory, Object> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy