Class AbstractJpaSelection<T>

    • Constructor Detail

      • AbstractJpaSelection

        protected AbstractJpaSelection​(SqmExpressible<? extends T> sqmExpressible,
                                       NodeBuilder criteriaBuilder)
    • Method Detail

      • isCompoundSelection

        public boolean isCompoundSelection()
        Specified by:
        isCompoundSelection in interface jakarta.persistence.criteria.Selection<T>