Class HibernateCollectors

java.lang.Object
org.hibernate.criterion.HibernateCollectors

public final class HibernateCollectors extends Object
TODO JavaDoc
  • Method Details

    • toDisjunction

      public static Collector<org.hibernate.criterion.Criterion,?,org.hibernate.criterion.Disjunction> toDisjunction()
    • toConjunction

      public static Collector<org.hibernate.criterion.Criterion,?,org.hibernate.criterion.Conjunction> toConjunction()
    • toJunktion

      public static <T extends org.hibernate.criterion.Junction> Collector<org.hibernate.criterion.Criterion,?,T> toJunktion(Supplier<T> supplier)