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 |
AnnotationMetadataProvider.getTypeMetadataFor(Class<?> clazz) |
TypeMetadata |
MetadataProvider.getTypeMetadataFor(Class<?> clazz)
Returns the Search related metadata for the specified type.
|
Modifier and Type | Method and Description |
---|---|
TypeMetadata |
AbstractDocumentBuilder.getMetadata() |
TypeMetadata |
AbstractDocumentBuilder.getTypeMetadata() |
Constructor and Description |
---|
AbstractDocumentBuilder(org.hibernate.annotations.common.reflection.XClass xClass,
TypeMetadata typeMetadata,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Set<org.hibernate.annotations.common.reflection.XClass> optimizationBlackList,
InstanceInitializer instanceInitializer)
Constructor.
|
DocumentBuilderContainedEntity(org.hibernate.annotations.common.reflection.XClass xClass,
TypeMetadata typeMetadata,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Set<org.hibernate.annotations.common.reflection.XClass> optimizationBlackList,
InstanceInitializer instanceInitializer)
Constructor used on contained entities not annotated with
@Indexed themselves. |
DocumentBuilderIndexedEntity(org.hibernate.annotations.common.reflection.XClass clazz,
TypeMetadata typeMetadata,
ConfigContext context,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Set<org.hibernate.annotations.common.reflection.XClass> optimizationBlackList,
InstanceInitializer instanceInitializer)
Creates a document builder for entities annotated with
@Indexed . |
Constructor and Description |
---|
IndexedTypeDescriptorImpl(TypeMetadata typeMetadata,
IndexManager[] indexManagers) |
Copyright © 2006–2016 Hibernate. All rights reserved.