Class RepositorySupport

java.lang.Object
io.quarkus.spring.data.runtime.RepositorySupport

public final class RepositorySupport extends Object
  • Method Details

    • findByIds

      public static List<?> findByIds(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Class<?> entityClass, Iterable<?> ids)
    • findByIds

      public static List<?> findByIds(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Class<?> entityClass, String idField, Iterable<Long> ids)
    • deleteAll

      public static void deleteAll(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Iterable<?> entities)
    • getOne

      public static Object getOne(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Class<?> entityClass, Object id)
    • clear

      public static void clear(Class<?> clazz)
    • flush

      public static void flush(Class<?> clazz)