Package org.hibernate.search.engine.metadata.impl

Internal metadata classes created during metadata processing and used by the document builders at runtime.

See:
          Description

Interface Summary
MetadataProvider  
 

Class Summary
AnnotationMetadataProvider A metadata provider which extracts the required information from annotations.
AnnotationMetadataProvider.ParseContext  
ContainedInMetadata  
DocumentFieldMetadata Encapsulating the metadata for a single document field.
DocumentFieldMetadata.Builder  
EmbeddedTypeMetadata Class containing all the meta data extracted for a single type.
EmbeddedTypeMetadata.Builder  
PropertyMetadata Encapsulating the metadata for a single indexed property (field or getter).
PropertyMetadata.Builder  
TypeMetadata Class containing all the meta data extracted for a single type ( and all classes in its hierarchy ).
TypeMetadata.Builder  
 

Enum Summary
EmbeddedTypeMetadata.Container  
 

Package org.hibernate.search.engine.metadata.impl Description

Internal metadata classes created during metadata processing and used by the document builders at runtime.

Author:
Hardy Ferentschik


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved