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

com.contentgrid.spring.querydsl.predicate.EntityId Maven / Gradle / Ivy

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