Class ConnectionPoolInfo.Builder

java.lang.Object
org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
Enclosing class:
ConnectionPoolInfo

public static class ConnectionPoolInfo.Builder extends Object
This is a builder class for constructing a ConnectionPoolInfo manually. Use the ConnectionPoolInfo.builder() factory to obtain an instance of this class and call the various setXyzzy methods to populate the fields. Those that are left unset or are explicitly set to null will use default values.