Modifier and Type | Method and Description |
---|---|
<T> DocumentBuilderIndexedEntity<?> |
AbstractWorkspaceImpl.getDocumentBuilder(Class<T> entity) |
Modifier and Type | Method and Description |
---|---|
DocumentBuilderIndexedEntity<T> |
DefaultMutableEntityIndexBinding.getDocumentBuilder() |
DocumentBuilderIndexedEntity<T> |
DynamicShardingEntityIndexBinding.getDocumentBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
MutableEntityIndexBinding.setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder)
Allows to set the document builder for this
EntityIndexBinding . |
void |
DefaultMutableEntityIndexBinding.setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder) |
void |
DynamicShardingEntityIndexBinding.setDocumentBuilderIndexedEntity(DocumentBuilderIndexedEntity<T> documentBuilder) |
Modifier and Type | Method and Description |
---|---|
DocumentBuilderIndexedEntity<?> |
EntityIndexBinding.getDocumentBuilder() |
Modifier and Type | Method and Description |
---|---|
DocumentBuilderIndexedEntity<?> |
EntityIndexBindingWrapper.getDocumentBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
FieldContext.objectToString(DocumentBuilderIndexedEntity<?> documentBuilder,
Object value,
ConversionContext conversionContext) |
Constructor and Description |
---|
FacetRange(Class<?> rangeType,
T min,
T max,
boolean includeMin,
boolean includeMax,
String fieldName,
DocumentBuilderIndexedEntity<?> documentBuilder) |
Modifier and Type | Method and Description |
---|---|
<T> DocumentBuilderIndexedEntity<?> |
Workspace.getDocumentBuilder(Class<T> entity) |
Copyright © 2006–2013 Hibernate. All rights reserved.