org.hibernate.search.cfg
Class SearchConfigurationFromHibernateCore

java.lang.Object
  extended by org.hibernate.search.cfg.SearchConfigurationFromHibernateCore
All Implemented Interfaces:
SearchConfiguration

public class SearchConfigurationFromHibernateCore
extends Object
implements SearchConfiguration

Search configuration implementation wrapping an Hibernate Core configuration

Author:
Emmanuel Bernard

Constructor Summary
SearchConfigurationFromHibernateCore(org.hibernate.cfg.Configuration cfg)
           
 
Method Summary
 Class<?> getClassMapping(String name)
          Returns a Class from a String parameter.
 Iterator<Class<?>> getClassMappings()
          Returns an iterator over the list of indexed classes
 Properties getProperties()
          Gets properties as a java.util.Properties object.
 String getProperty(String propertyName)
          Gets a configuration property from its name or null if not present
 org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager()
          Returns a reflection manager if already available in the environment null otherwise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchConfigurationFromHibernateCore

public SearchConfigurationFromHibernateCore(org.hibernate.cfg.Configuration cfg)
Method Detail

getClassMappings

public Iterator<Class<?>> getClassMappings()
Description copied from interface: SearchConfiguration
Returns an iterator over the list of indexed classes

Specified by:
getClassMappings in interface SearchConfiguration
Returns:
iterator of indexed classes.

getClassMapping

public Class<?> getClassMapping(String name)
Description copied from interface: SearchConfiguration
Returns a Class from a String parameter.

Specified by:
getClassMapping in interface SearchConfiguration
Returns:
An iterator of Classes.

getProperty

public String getProperty(String propertyName)
Description copied from interface: SearchConfiguration
Gets a configuration property from its name or null if not present

Specified by:
getProperty in interface SearchConfiguration
Parameters:
propertyName - - as a String.
Returns:
the property as a String

getProperties

public Properties getProperties()
Description copied from interface: SearchConfiguration
Gets properties as a java.util.Properties object.

Specified by:
getProperties in interface SearchConfiguration
Returns:
a java.util.Properties object.
See Also:
object

getReflectionManager

public org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager()
Description copied from interface: SearchConfiguration
Returns a reflection manager if already available in the environment null otherwise

Specified by:
getReflectionManager in interface SearchConfiguration
Returns:
ReflectionManager