Hibernate Query Parser
This repository held experimental work on a new parser for HQL and JP-QL queries. That work is no longer expiremental and is part of ORM 6.0
This repository is considered obsolete and therefore archived
License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.hibernate.hql |
ArtifactId | ArtifactIdhibernate-hql-testing |
Last Version | Last Version1.5.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHibernate HQL/JP-QL Parser Testing
Infrastructure for HQL/JP-QL parser tests
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-testing/ -->
<dependency>
<groupId>org.hibernate.hql</groupId>
<artifactId>hibernate-hql-testing</artifactId>
<version>1.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-testing/
implementation 'org.hibernate.hql:hibernate-hql-testing:1.5.0.Final'
// https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-testing/
implementation ("org.hibernate.hql:hibernate-hql-testing:1.5.0.Final")
'org.hibernate.hql:hibernate-hql-testing:jar:1.5.0.Final'
<dependency org="org.hibernate.hql" name="hibernate-hql-testing" rev="1.5.0.Final">
<artifact name="hibernate-hql-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.hql', module='hibernate-hql-testing', version='1.5.0.Final')
)
libraryDependencies += "org.hibernate.hql" % "hibernate-hql-testing" % "1.5.0.Final"
[org.hibernate.hql/hibernate-hql-testing "1.5.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.antlr : antlr-runtime | jar | 3.4 |
org.antlr : antlr4-runtime | jar | 4.0 |
This repository held experimental work on a new parser for HQL and JP-QL queries. That work is no longer expiremental and is part of ORM 6.0
This repository is considered obsolete and therefore archived