Save This Page
Home » hibernate-search-src-20081106 » org.hibernate.search.cfg » [javadoc | source]
org.hibernate.search.cfg
public interface: SearchConfiguration [javadoc | source]

All Known Implementing Classes:
    SearchConfigurationFromHibernateCore

Provides configuration to Hibernate Search
Method from org.hibernate.search.cfg.SearchConfiguration Summary:
getClassMapping,   getClassMappings,   getProperties,   getProperty,   getReflectionManager
Method from org.hibernate.search.cfg.SearchConfiguration Detail:
 public Class getClassMapping(String name)
 public Iterator getClassMappings()
    Returns an iterator over the list of indexed classes
 public Properties getProperties()
    Gets properties as a java.util.Properties object.
 public String getProperty(String propertyName)
    Gets a configuration property from its name or null if not present
 public ReflectionManager getReflectionManager()
    Returns a reflection manager if already available in the environment null otherwise