java-tutorials/persistence-modules/hibernate-queries/README.md

10 lines
465 B
Markdown
Raw Normal View History

## Hibernate Queries
This module contains articles about use of Queries in Hibernate.
### Relevant articles:
- [Criteria Queries Using JPA Metamodel](https://www.baeldung.com/hibernate-criteria-queries-metamodel)
- [Get All Data from a Table with Hibernate](https://www.baeldung.com/hibernate-select-all)
- [Hibernate Named Query](https://www.baeldung.com/hibernate-named-query)
- [Hibernate Query Plan Cache](https://www.baeldung.com/hibernate-query-plan-cache)