# hibernate-semantic-query **Repository Path**: mirrors_hibernate/hibernate-semantic-query ## Basic Information - **Project Name**: hibernate-semantic-query - **Description**: Semantic query model and interpreter for HQL/JPQL and JPA Criteria queries - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## This project is no longer maintained separately. It's code has been moved into Hibernate ORM proper. It's original README is comtained below... ___ This project defines: * the Hibernate semantic query model (SQM), which is just a fancy way to say it defines an object view of a query * a walker (visitor) over SQM * capability to interpret HQL/JPQL and JPA Criteria queries into SQM The SQM can then be handed to Hibernate ORM (or other Hibernate projects accepting SQM) and be executed.