|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchConfiguration
Provides configuration to Hibernate Search
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 |
Method Detail |
---|
Iterator<Class<?>> getClassMappings()
Class<?> getClassMapping(String name)
Class
from a String parameter.
name
-
String getProperty(String propertyName)
propertyName
- - as a String.
Properties getProperties()
object
org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |