Interface EntityLiteralPersistenceRestrictionProvider
public interface EntityLiteralPersistenceRestrictionProvider
A provider for restricting the elements that are accessible through a entity literal.
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and Type Method Description StringgetRestriction(com.blazebit.domain.runtime.model.DomainModel domainModel, com.blazebit.domain.runtime.model.EntityDomainType entityDomainType)The JPQL.next restriction to apply for an entity literal, in the context of the given entity domain type.
-
Method Details
-
getRestriction
String getRestriction(com.blazebit.domain.runtime.model.DomainModel domainModel, com.blazebit.domain.runtime.model.EntityDomainType entityDomainType)The JPQL.next restriction to apply for an entity literal, in the context of the given entity domain type.- Parameters:
domainModel- The domain modelentityDomainType- The entity domain type- Returns:
- The restriction to apply
-