public class FullTextQueryAndEntityClass extends Object
FullTextQuery
object and the Type of the entities to be returned
by the query. An instance of this class is set as the source of a
FullTextQueryCreatedEvent
object.Constructor and Description |
---|
FullTextQueryAndEntityClass(org.hibernate.search.FullTextQuery query,
Class<?> entityClass) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getEntityClass()
Gets the entityClass
|
org.hibernate.search.FullTextQuery |
getQuery()
Gets the query
|
public FullTextQueryAndEntityClass(org.hibernate.search.FullTextQuery query, Class<?> entityClass)
public org.hibernate.search.FullTextQuery getQuery()
public Class<?> getEntityClass()
Copyright © 2024 OpenMRS Inc.. All rights reserved.