JDBC Drivers › Code Generation › How to Configure the Target Environment
Two methods are available to configure JDBC access. The first relies on the DriverManager class to create connections, while the second uses DataSource objects to create connections.