Uses of Class
com.mcpdbwizard.pub.DaoFactoryPoolConfig
-
Uses of DaoFactoryPoolConfig in com.mcpdbwizard.pub
Methods in com.mcpdbwizard.pub that return DaoFactoryPoolConfigModifier and TypeMethodDescriptionDaoFactoryPoolConfig.applyOverrides()Overlay any settings supplied by the deployment, then validate.DaoFactoryPool.getConfig()The settings this pool is running with.DaoFactoryPoolConfig.setCommitOnReturn(boolean commitOnReturn) DaoFactoryPoolConfig.setIdleTimeoutMillis(long idleTimeoutMillis) DaoFactoryPoolConfig.setMaxSize(int maxSize) DaoFactoryPoolConfig.setMaxWaitMillis(long maxWaitMillis) DaoFactoryPoolConfig.setMinIdle(int minIdle) DaoFactoryPoolConfig.setValidateOnBorrow(boolean validateOnBorrow) DaoFactoryPoolConfig.validateSettings()Check the settings make sense together.Constructors in com.mcpdbwizard.pub with parameters of type DaoFactoryPoolConfigModifierConstructorDescriptionDaoFactoryPool(Supplier<T> theSupplier, DaoFactoryPoolConfig theConfig, LogInterface theLog)