Package | Description |
---|---|
org.hibernate.search.engine.impl | |
org.hibernate.search.query.engine.impl | |
org.hibernate.search.query.engine.spi | |
org.hibernate.search.spi |
Modifier and Type | Method and Description |
---|---|
HSQuery |
ImmutableSearchFactory.createHSQuery(Query luceneQuery,
CustomTypeMetadata... types) |
HSQuery |
MutableSearchFactory.createHSQuery(Query luceneQuery,
CustomTypeMetadata... types) |
Modifier and Type | Method and Description |
---|---|
protected Optional<CustomTypeMetadata> |
AbstractHSQuery.getCustomTypeMetadata(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
HSQuery |
AbstractHSQuery.targetedTypes(List<CustomTypeMetadata> types) |
Modifier and Type | Method and Description |
---|---|
HSQuery |
HSQuery.targetedTypes(List<CustomTypeMetadata> types)
Defines the targeted types, which may carry custom metadata which should override the supporting entity type's metadata.
|
Modifier and Type | Method and Description |
---|---|
HSQuery |
SearchIntegrator.createHSQuery(Query luceneQuery,
CustomTypeMetadata... types)
Return an Hibernate Search query object.
|
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved