org.hibernate.search.engine.metadata.impl
Interface MetadataProvider

All Known Implementing Classes:
AnnotationMetadataProvider

public interface MetadataProvider

Author:
Hardy Ferentschik

Method Summary
 TypeMetadata getTypeMetadataFor(Class<?> clazz)
          Returns the Search related metadata for the specified type.
 

Method Detail

getTypeMetadataFor

TypeMetadata getTypeMetadataFor(Class<?> clazz)
Returns the Search related metadata for the specified type.

Parameters:
clazz - The type of interest.
Returns:
the TypeMetadata for the specified type


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