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-lucene |
Last Version | Last Version1.5.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHibernate HQL/JP-QL Walker for Lucene
Creates Lucene query objects from HQL/JP-QL queries
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-lucene/ -->
<dependency>
<groupId>org.hibernate.hql</groupId>
<artifactId>hibernate-hql-lucene</artifactId>
<version>1.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-lucene/
implementation 'org.hibernate.hql:hibernate-hql-lucene:1.5.0.Final'
// https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-lucene/
implementation ("org.hibernate.hql:hibernate-hql-lucene:1.5.0.Final")
'org.hibernate.hql:hibernate-hql-lucene:jar:1.5.0.Final'
<dependency org="org.hibernate.hql" name="hibernate-hql-lucene" rev="1.5.0.Final">
<artifact name="hibernate-hql-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.hql', module='hibernate-hql-lucene', version='1.5.0.Final')
)
libraryDependencies += "org.hibernate.hql" % "hibernate-hql-lucene" % "1.5.0.Final"
[org.hibernate.hql/hibernate-hql-lucene "1.5.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-search-engine | jar | 5.8.0.Final |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
org.hibernate.hql : hibernate-hql-parser | jar | 1.5.0.Final |
org.jboss.logging : jboss-logging | jar | 3.1.4.GA |
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