Interface RegistryQuery.CriteriaQuerySupplier<T>

  • All Superinterfaces:
    java.io.Serializable, java.util.function.Supplier<javax.persistence.criteria.CriteriaQuery<T>>
    Enclosing interface:
    RegistryQuery<T>

    public static interface RegistryQuery.CriteriaQuerySupplier<T>
    extends java.util.function.Supplier<javax.persistence.criteria.CriteriaQuery<T>>, java.io.Serializable
    • Method Summary

      • Methods inherited from interface java.util.function.Supplier

        get