Uses of Class
com.avoka.core.util.CayenneRuntimeFactory
-
Packages that use CayenneRuntimeFactory Package Description com.avoka.core.util Provides miscellaneous utility classes. -
-
Uses of CayenneRuntimeFactory in com.avoka.core.util
Methods in com.avoka.core.util that return CayenneRuntimeFactory Modifier and Type Method Description CayenneRuntimeFactory
CayenneRuntimeFactory. setConfigurationLocation(String configurationLocation)
Set cayenne domain configuration location.CayenneRuntimeFactory
CayenneRuntimeFactory. setDataSourceFactory(org.apache.cayenne.configuration.server.DataSourceFactory dataSourceFactory)
Set data source factory to use.CayenneRuntimeFactory
CayenneRuntimeFactory. setDefaultListener(org.apache.cayenne.LifecycleListener defaultListener)
Set the default LifecycleListener.CayenneRuntimeFactory
CayenneRuntimeFactory. setLifecycleListeners(List lifecycleListeners)
Set the list of LifecycleListeners.CayenneRuntimeFactory
CayenneRuntimeFactory. setQueryCache(boolean queryCache)
Set whether to use query caching.
-