| Package | Description |
|---|---|
| org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
| org.hibernate.search.engine.spi | |
| org.hibernate.search.metadata.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedTypeMetadata
Class containing all the meta data extracted for a single type.
|
| Modifier and Type | Method and Description |
|---|---|
TypeMetadata |
TypeMetadata.Builder.build() |
TypeMetadata |
MetadataProvider.getTypeMetadataFor(Class<?> clazz)
Returns the Search related metadata for the specified type.
|
TypeMetadata |
AnnotationMetadataProvider.getTypeMetadataFor(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
TypeMetadata |
AbstractDocumentBuilder.getMetadata() |
TypeMetadata |
AbstractDocumentBuilder.getTypeMetadata() |
| Constructor and Description |
|---|
IndexedTypeDescriptorImpl(TypeMetadata typeMetadata,
IndexManager[] indexManagers) |
Copyright © 2006–2013 Hibernate. All rights reserved.