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
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHibernate Данные ORM |
| Группа | Группаorg.hibernate.hql |
| Идентификатор | Идентификаторhibernate-hql-lucene |
| Последняя версия | Последняя версия1.5.0.Final |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHibernate HQL/JP-QL Walker for Lucene
Creates Lucene query objects from HQL/JP-QL queries
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hibernate-hql-lucene-1.5.0.Final.pom | |
| hibernate-hql-lucene-1.5.0.Final.jar | 39 KB |
| hibernate-hql-lucene-1.5.0.Final-sources.jar | 38 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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