| Package | Description |
|---|---|
| org.hibernate.search.engine.impl | |
| org.hibernate.search.metadata.impl | |
| org.hibernate.search.spi |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeDescriptor |
MutableSearchFactory.getIndexedTypeDescriptor(Class<?> entityType) |
IndexedTypeDescriptor |
ImmutableSearchFactory.getIndexedTypeDescriptor(Class<?> entityType) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedTypeDescriptorForUnindexedType
Dummy descriptor for an unindexed type
|
class |
IndexedTypeDescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeDescriptor |
SearchIntegrator.getIndexedTypeDescriptor(Class<?> entityType)
Returns a descriptor for the specified entity type describing its indexed state.
|
Copyright © 2006–2014 Hibernate. All rights reserved.