pt.ist.fenixframework.backend.ogm
Class OgmConfig
java.lang.Object
pt.ist.fenixframework.Config
pt.ist.fenixframework.dap.FFDAPConfig
pt.ist.fenixframework.hibernatesearch.HibernateSearchConfig
pt.ist.fenixframework.indexes.IndexesConfig
pt.ist.fenixframework.backend.ogm.OgmConfig
public class OgmConfig
- extends IndexesConfig
This is the ogm configuration manager used by the fenix-framework-backend-ogm project.
- See Also:
Config
Methods inherited from class pt.ist.fenixframework.Config |
appNameFromString, checkForDomainModelURLs, checkRequired, domainModelURLsFromString, filenamesToURLArray, filenameToURLArray, getAppName, 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 |
ispnConfigFile
protected String ispnConfigFile
- This required parameter specifies the location of the XML file used to
configure Infinispan. This file should be available in the application's classpath.
backEnd
protected final OgmBackEnd backEnd
OgmConfig
public OgmConfig()
getIspnConfigFile
public String getIspnConfigFile()
init
protected void init()
- Overrides:
init
in class IndexesConfig
checkConfig
protected void checkConfig()
- Description copied from class:
Config
- Subclasses of this class can overwrite this method, but they should specifically call
super.checkConfig()
to check the superclass's configuration.
- Overrides:
checkConfig
in class Config
getBackEnd
public OgmBackEnd getBackEnd()
- Description copied from class:
Config
- Get the current
BackEnd
in use.
- Specified by:
getBackEnd
in class Config
Copyright © 2013. All Rights Reserved.