Save This Page
Home » hibernate-search-src-20081106 » org.hibernate.search.cfg » [javadoc | source]
org.hibernate.search.cfg
public class: SearchConfigurationFromHibernateCore [javadoc | source]
java.lang.Object
   org.hibernate.search.cfg.SearchConfigurationFromHibernateCore

All Implemented Interfaces:
    SearchConfiguration

Search configuration implementation wrapping an Hibernate Core configuration
Constructor:
 public SearchConfigurationFromHibernateCore(Configuration cfg) 
Method from org.hibernate.search.cfg.SearchConfigurationFromHibernateCore Summary:
getClassMapping,   getClassMappings,   getProperties,   getProperty,   getReflectionManager
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.cfg.SearchConfigurationFromHibernateCore Detail:
 public Class getClassMapping(String name) 
 public Iterator getClassMappings() 
 public Properties getProperties() 
 public String getProperty(String propertyName) 
 public ReflectionManager getReflectionManager()