Interface ReactiveSqmSelectionQuery<R>

    • Method Detail

      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(java.lang.String name,
                                                  java.lang.Object value)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        <P> ReactiveSqmSelectionQuery<R> setParameter​(java.lang.String name,
                                                      P value,
                                                      java.lang.Class<P> type)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        <P> ReactiveSqmSelectionQuery<R> setParameter​(java.lang.String name,
                                                      P value,
                                                      org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(java.lang.String name,
                                                  java.time.Instant value,
                                                  jakarta.persistence.TemporalType temporalType)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(java.lang.String name,
                                                  java.util.Calendar value,
                                                  jakarta.persistence.TemporalType temporalType)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(java.lang.String name,
                                                  java.util.Date value,
                                                  jakarta.persistence.TemporalType temporalType)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(int position,
                                                  java.lang.Object value)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        <P> ReactiveSqmSelectionQuery<R> setParameter​(int position,
                                                      P value,
                                                      java.lang.Class<P> type)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        <P> ReactiveSqmSelectionQuery<R> setParameter​(int position,
                                                      P value,
                                                      org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(int position,
                                                  java.time.Instant value,
                                                  jakarta.persistence.TemporalType temporalType)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(int position,
                                                  java.util.Date value,
                                                  jakarta.persistence.TemporalType temporalType)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(int position,
                                                  java.util.Calendar value,
                                                  jakarta.persistence.TemporalType temporalType)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        <T> ReactiveSqmSelectionQuery<R> setParameter​(org.hibernate.query.QueryParameter<T> parameter,
                                                      T value)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        <P> ReactiveSqmSelectionQuery<R> setParameter​(org.hibernate.query.QueryParameter<P> parameter,
                                                      P value,
                                                      java.lang.Class<P> type)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        <P> ReactiveSqmSelectionQuery<R> setParameter​(org.hibernate.query.QueryParameter<P> parameter,
                                                      P val,
                                                      org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        <T> ReactiveSqmSelectionQuery<R> setParameter​(jakarta.persistence.Parameter<T> param,
                                                      T value)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(jakarta.persistence.Parameter<java.util.Calendar> param,
                                                  java.util.Calendar value,
                                                  jakarta.persistence.TemporalType temporalType)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameter

        ReactiveSqmSelectionQuery<R> setParameter​(jakarta.persistence.Parameter<java.util.Date> param,
                                                  java.util.Date value,
                                                  jakarta.persistence.TemporalType temporalType)
        Specified by:
        setParameter in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameter in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameter in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        ReactiveSqmSelectionQuery<R> setParameterList​(java.lang.String name,
                                                      java.util.Collection values)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(java.lang.String name,
                                                          java.util.Collection<? extends P> values,
                                                          java.lang.Class<P> javaType)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(java.lang.String name,
                                                          java.util.Collection<? extends P> values,
                                                          org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        ReactiveSqmSelectionQuery<R> setParameterList​(java.lang.String name,
                                                      java.lang.Object[] values)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(java.lang.String name,
                                                          P[] values,
                                                          java.lang.Class<P> javaType)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(java.lang.String name,
                                                          P[] values,
                                                          org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        ReactiveSqmSelectionQuery<R> setParameterList​(int position,
                                                      java.util.Collection values)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(int position,
                                                          java.util.Collection<? extends P> values,
                                                          java.lang.Class<P> javaType)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(int position,
                                                          java.util.Collection<? extends P> values,
                                                          org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        ReactiveSqmSelectionQuery<R> setParameterList​(int position,
                                                      java.lang.Object[] values)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(int position,
                                                          P[] values,
                                                          java.lang.Class<P> javaType)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(int position,
                                                          P[] values,
                                                          org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(org.hibernate.query.QueryParameter<P> parameter,
                                                          java.util.Collection<? extends P> values)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(org.hibernate.query.QueryParameter<P> parameter,
                                                          java.util.Collection<? extends P> values,
                                                          java.lang.Class<P> javaType)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(org.hibernate.query.QueryParameter<P> parameter,
                                                          java.util.Collection<? extends P> values,
                                                          org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(org.hibernate.query.QueryParameter<P> parameter,
                                                          P[] values)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(org.hibernate.query.QueryParameter<P> parameter,
                                                          P[] values,
                                                          java.lang.Class<P> javaType)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setParameterList

        <P> ReactiveSqmSelectionQuery<R> setParameterList​(org.hibernate.query.QueryParameter<P> parameter,
                                                          P[] values,
                                                          org.hibernate.query.BindableType<P> type)
        Specified by:
        setParameterList in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setParameterList in interface ReactiveSelectionQuery<R>
        Specified by:
        setParameterList in interface org.hibernate.query.spi.SqmQuery
      • setProperties

        ReactiveSqmSelectionQuery<R> setProperties​(java.lang.Object bean)
        Specified by:
        setProperties in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setProperties in interface ReactiveSelectionQuery<R>
        Specified by:
        setProperties in interface org.hibernate.query.spi.SqmQuery
      • setProperties

        ReactiveSqmSelectionQuery<R> setProperties​(java.util.Map bean)
        Specified by:
        setProperties in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setProperties in interface ReactiveSelectionQuery<R>
        Specified by:
        setProperties in interface org.hibernate.query.spi.SqmQuery
      • setHibernateFlushMode

        ReactiveSqmSelectionQuery<R> setHibernateFlushMode​(org.hibernate.FlushMode flushMode)
        Specified by:
        setHibernateFlushMode in interface org.hibernate.query.CommonQueryContract
        Specified by:
        setHibernateFlushMode in interface ReactiveSelectionQuery<R>
        Specified by:
        setHibernateFlushMode in interface org.hibernate.query.spi.SqmQuery