Class JakartaDataRestriction

java.lang.Object
org.hibernate.query.restriction.JakartaDataRestriction

@Internal public final class JakartaDataRestriction extends Object
Converts Jakarta Data restrictions to Hibernate query restrictions or directly applies them to JPA criteria queries, and Jakarta Data constraints to JPA predicates. The operations of this class act as a bridge between the Jakarta Data APIs and the native restriction API, which is itself a facade over the JPA Criteria API.
Since:
8.0
API Note:
This class is not intended for direct use by application programs. It is called by Jakarta Data repository implementations generated by Hibernate Data Repositories.