Uses of Class
com.avoka.core.util.CayenneRuntimeFactory
-
Uses of CayenneRuntimeFactory in com.avoka.core.util
Modifier and TypeMethodDescriptionCayenneRuntimeFactory.setCommitLogModule
(org.apache.cayenne.di.Module commitLogModule) Set the commit log moduleCayenneRuntimeFactory.setConfigurationLocation
(String configurationLocation) Set cayenne domain configuration location.CayenneRuntimeFactory.setDataSourceFactory
(org.apache.cayenne.configuration.server.DataSourceFactory dataSourceFactory) Set data source factory to use.CayenneRuntimeFactory.setDefaultListener
(org.apache.cayenne.LifecycleListener defaultListener) Set the default LifecycleListener.CayenneRuntimeFactory.setLifecycleListeners
(List lifecycleListeners) Set the list of LifecycleListeners.CayenneRuntimeFactory.setQueryCache
(boolean queryCache) Set whether to use query caching.