Uses of Interface
org.hibernate.reactive.session.Criteria
-
Packages that use Criteria Package Description org.hibernate.reactive.session Defines internal contracts between subsystems of Hibernate Reactive and theReactiveSession
. -
-
Uses of Criteria in org.hibernate.reactive.session
Methods in org.hibernate.reactive.session with parameters of type Criteria Modifier and Type Method Description <R> ReactiveQuery<R>
ReactiveQueryExecutor. createReactiveQuery(Criteria<R> criteria)
-