Package io.quarkus.spring.data.runtime
Class RepositorySupport
java.lang.Object
io.quarkus.spring.data.runtime.RepositorySupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voiddeleteAll(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Iterable<?> entities) static List<?>findByIds(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Class<?> entityClass, Iterable<?> ids) static List<?>findByIds(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Class<?> entityClass, String idField, Iterable<Long> ids) static voidstatic ObjectgetOne(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Class<?> entityClass, Object id)
-
Method Details
-
findByIds
public static List<?> findByIds(io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQuery<?>> operations, Class<?> entityClass, Iterable<?> ids) -
findByIds
-
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
-
flush
-