Uses of Class
org.apache.cayenne.runtime.CayenneRuntimeBuilder
Packages that use CayenneRuntimeBuilder
Package
Description
This is a deprecated package that contained runtime creation code.
API related to
CayenneRuntime
creation.-
Uses of CayenneRuntimeBuilder in org.apache.cayenne.configuration.server
Methods in org.apache.cayenne.configuration.server that return CayenneRuntimeBuilderModifier and TypeMethodDescriptionstatic CayenneRuntimeBuilder
ServerRuntime.builder()
Deprecated, for removal: This API element is subject to removal in a future version.static CayenneRuntimeBuilder
Deprecated, for removal: This API element is subject to removal in a future version.since 5.0, useCayenneRuntime.builder(String)
instead -
Uses of CayenneRuntimeBuilder in org.apache.cayenne.runtime
Methods in org.apache.cayenne.runtime that return CayenneRuntimeBuilderModifier and TypeMethodDescriptionCayenneRuntimeBuilder.addConfigs
(String... configurationLocations) CayenneRuntimeBuilder.addConfigs
(Collection<String> configurationLocations) CayenneRuntimeBuilder.addModules
(Collection<Module> modules) static CayenneRuntimeBuilder
CayenneRuntime.builder()
Creates a builder of CayenneRuntime.static CayenneRuntimeBuilder
Creates a builder of CayenneRuntime.CayenneRuntimeBuilder.dataSource
(DataSource dataSource) Sets a DataSource that will override any DataSources found in the mapping.CayenneRuntimeBuilder.disableModulesAutoLoading()
Disables DI module auto-loading.CayenneRuntimeBuilder.jdbcDriver
(String driver) Sets a driver Java class for the default DataSource.CayenneRuntimeBuilder.maxConnections
(int maxConnections) CayenneRuntimeBuilder.maxQueueWaitTime
(long maxQueueWaitTime) CayenneRuntimeBuilder.minConnections
(int minConnections) Sets a password for the default DataSource.Sets a database URL for the default DataSource.Sets a user name for the default DataSource.CayenneRuntimeBuilder.validationQuery
(String validationQuery) Sets a validation query for the default DataSource.
CayenneRuntime.builder()
instead