Uses of Class
network.oxalis.persistence.util.PersistenceConf
-
Packages that use PersistenceConf Package Description network.oxalis.persistence.datasource network.oxalis.persistence.guice network.oxalis.persistence.util -
-
Uses of PersistenceConf in network.oxalis.persistence.datasource
Constructor parameters in network.oxalis.persistence.datasource with type arguments of type PersistenceConf Constructor Description DbcpDataSourceProvider(network.oxalis.api.settings.Settings<PersistenceConf> settings, Path homeFolder)JndiDataSourceProvider(network.oxalis.api.settings.Settings<PersistenceConf> settings) -
Uses of PersistenceConf in network.oxalis.persistence.guice
Method parameters in network.oxalis.persistence.guice with type arguments of type PersistenceConf Modifier and Type Method Description protected DataSourceDataSourceModule. dataSourceProvider(com.google.inject.Injector injector, network.oxalis.api.settings.Settings<PersistenceConf> settings) -
Uses of PersistenceConf in network.oxalis.persistence.util
Methods in network.oxalis.persistence.util that return PersistenceConf Modifier and Type Method Description static PersistenceConfPersistenceConf. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistenceConf[]PersistenceConf. values()Returns an array containing the constants of this enum type, in the order they are declared.
-