Package | Description |
---|---|
org.hibernate.search | |
org.hibernate.search.jpa | |
org.hibernate.search.jpa.impl | |
org.hibernate.search.query | |
org.hibernate.search.query.hibernate.impl |
Modifier and Type | Method and Description |
---|---|
FullTextQuery |
FullTextQuery.initializeObjectsWith(ObjectLookupMethod lookupMethod,
DatabaseRetrievalMethod retrievalMethod)
Refine the strategies used to load entities.
|
Modifier and Type | Method and Description |
---|---|
FullTextQuery |
FullTextQuery.initializeObjectsWith(ObjectLookupMethod lookupMethod,
DatabaseRetrievalMethod retrievalMethod)
Refine the strategies used to load entities.
|
Modifier and Type | Method and Description |
---|---|
FullTextQuery |
FullTextQueryImpl.initializeObjectsWith(ObjectLookupMethod lookupMethod,
DatabaseRetrievalMethod retrievalMethod) |
Modifier and Type | Method and Description |
---|---|
static DatabaseRetrievalMethod |
DatabaseRetrievalMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseRetrievalMethod[] |
DatabaseRetrievalMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FullTextQuery |
FullTextQueryImpl.initializeObjectsWith(ObjectLookupMethod lookupMethod,
DatabaseRetrievalMethod retrievalMethod) |
ObjectLoaderBuilder |
ObjectLoaderBuilder.retrievalMethod(DatabaseRetrievalMethod retrievalMethod) |
Copyright © 2006–2015 Hibernate. All rights reserved.