Class AbstractStatelessJpaOperations<PanacheQueryType>
java.lang.Object
io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQueryType,org.hibernate.StatelessSession>
io.quarkus.hibernate.orm.panache.common.runtime.AbstractStatelessJpaOperations<PanacheQueryType>
public abstract class AbstractStatelessJpaOperations<PanacheQueryType>
extends AbstractJpaOperations<PanacheQueryType,org.hibernate.StatelessSession>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleandeleteById(Class<?> entityClass, Object id) Optional<?> findByIdOptional(Class<?> entityClass, Object id) Optional<?> findByIdOptional(Class<?> entityClass, Object id, jakarta.persistence.LockModeType lockModeType) <T> List<T> voidvoidvoidvoidvoidvoidvoidMethods inherited from class io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations
addEntityTypesToPersistenceUnit, bindParameters, bindParameters, count, count, count, count, createPanacheQuery, delete, delete, delete, deleteAll, executeUpdate, executeUpdate, executeUpdate, executeUpdate, exists, exists, exists, exists, find, find, find, find, find, find, findAll, findAll, getRepositoryEntityClass, getSession, getSession, getSession, getTransactionManager, implementationInjectionMissing, list, list, list, list, list, list, list, listAll, listAll, paramCount, paramCount, setRepositoryClassesToEntityClasses, setRollbackOnly, stream, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update
-
Constructor Details
-
AbstractStatelessJpaOperations
protected AbstractStatelessJpaOperations()
-
-
Method Details
-
insert
-
insert
-
insert
-
insert
-
insert
-
update
-
update
-
delete
-
findByIds
-
findById
-
findById
-
findByIdOptional
-
findByIdOptional
-
deleteById
-