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 |
---|---|
ObjectLookupMethod |
MutableSearchFactory.getDefaultObjectLookupMethod() |
ObjectLookupMethod |
ImmutableSearchFactory.getDefaultObjectLookupMethod() |
Modifier and Type | Method and Description |
---|---|
ObjectLookupMethod |
ExtendedSearchIntegrator.getDefaultObjectLookupMethod()
Returns the default
ObjectLookupMethod . |
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 |
---|---|
static ObjectLookupMethod |
ObjectLookupMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLookupMethod[] |
ObjectLookupMethod.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.lookupMethod(ObjectLookupMethod lookupMethod) |
Copyright © 2006–2016 Hibernate. All rights reserved.