[hibernate/hibernate-search] 2101e4: HSEARCH-5067 Allow targeting entities by name in t...
by Yoann Rodière
Branch: refs/heads/7.0
Home: https://github.com/hibernate/hibernate-search
Commit: 2101e4c12a136b5a9859694a0458df610c9e6e76
https://github.com/hibernate/hibernate-search/commit/2101e4c12a136b5a9859...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M documentation/src/main/asciidoc/public/reference/_entrypoints.adoc
M documentation/src/test/java/org/hibernate/search/documentation/mapper/pojo/standalone/entrypoints/StandalonePojoEntryPointsIT.java
M integrationtest/mapper/pojo-base/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/search/SearchQueryBaseIT.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/logging/impl/Log.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/SearchMapping.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/impl/StandalonePojoMapperDelegate.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/impl/StandalonePojoMapping.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/impl/StandalonePojoTypeContextContainer.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/session/SearchSession.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/session/impl/StandalonePojoSearchSession.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/session/impl/StandalonePojoSearchSessionMappingContext.java
Log Message:
-----------
HSEARCH-5067 Allow targeting entities by name in the Standalone POJO Mapper
11 months, 1 week
[hibernate/hibernate-search] eefa04: HSEARCH-5067 Allow targeting entities by name in t...
by Yoann Rodière
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: eefa04883bd65736625aae8f1fbe9855f968f21b
https://github.com/hibernate/hibernate-search/commit/eefa04883bd65736625a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M documentation/src/main/asciidoc/public/reference/_entrypoints.adoc
M documentation/src/test/java/org/hibernate/search/documentation/mapper/pojo/standalone/entrypoints/StandalonePojoEntryPointsIT.java
M integrationtest/mapper/pojo-base/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/search/SearchQueryBaseIT.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/logging/impl/Log.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/SearchMapping.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/impl/StandalonePojoMapperDelegate.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/impl/StandalonePojoMapping.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/impl/StandalonePojoTypeContextContainer.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/session/SearchSession.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/session/impl/StandalonePojoSearchSession.java
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/session/impl/StandalonePojoSearchSessionMappingContext.java
Log Message:
-----------
HSEARCH-5067 Allow targeting entities by name in the Standalone POJO Mapper
11 months, 1 week