pt.ist.fenixframework.hibernatesearch
Class HibernateSearchConfig
java.lang.Object
pt.ist.fenixframework.Config
pt.ist.fenixframework.dap.FFDAPConfig
pt.ist.fenixframework.hibernatesearch.HibernateSearchConfig
- Direct Known Subclasses:
- IndexesConfig
public abstract class HibernateSearchConfig
- extends FFDAPConfig
Field Summary |
static String |
CONFIG_FILE
This well-known name specifies the location of the properties file used to configure
Hibernate Search. |
Method Summary |
protected void |
init()
|
void |
shutdown()
Subclasses of this class can overwrite this method, but they should specifically call
super.shutdown() to orderly shutdown the framework and hibernate search. |
Methods inherited from class pt.ist.fenixframework.Config |
appNameFromString, checkConfig, checkForDomainModelURLs, checkRequired, domainModelURLsFromString, filenamesToURLArray, filenameToURLArray, getAppName, getBackEnd, getDomainModelURLs, initialize, missingRequired, populate, resourcesToURLArray, resourceToURLArray, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_FILE
public static final String CONFIG_FILE
- This well-known name specifies the location of the properties file used to configure
Hibernate Search. This file should be available in the application's classpath.
- See Also:
- Constant Field Values
HibernateSearchConfig
public HibernateSearchConfig()
init
protected void init()
- Overrides:
init
in class FFDAPConfig
shutdown
public void shutdown()
- Subclasses of this class can overwrite this method, but they should specifically call
super.shutdown()
to orderly shutdown the framework and hibernate search.
- Overrides:
shutdown
in class Config
Copyright © 2013. All Rights Reserved.