org.hibernate.search.engine.metadata.impl
public class AnnotationMetadataProvider extends Object implements MetadataProvider
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationMetadataProvider.ParseContext |
Constructor and Description |
---|
AnnotationMetadataProvider(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ConfigContext configContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsSearchMetadata(Class<?> clazz) |
TypeMetadata |
getTypeMetadataFor(Class<?> clazz)
Returns the Search related metadata for the specified type.
|
public AnnotationMetadataProvider(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, ConfigContext configContext)
public TypeMetadata getTypeMetadataFor(Class<?> clazz)
MetadataProvider
getTypeMetadataFor
in interface MetadataProvider
clazz
- The type of interest.TypeMetadata
for the specified typepublic boolean containsSearchMetadata(Class<?> clazz)
containsSearchMetadata
in interface MetadataProvider
Copyright © 2006–2015 Hibernate. All rights reserved.