Raw JDBC Connector Builder

This Connector Builder is useful when you want to handle the transaction. This Connector Builder creates the wrapper implementation classes and transfer objects. You have to handle the database connection and commit or rollback the transaction.
To use this connector builder the static wrapper methods has to be called directly.

Generated Code

  • Wrapper Implementation Java classes as static methods.
  • Java transfer objects.

Dependencies

  • Oracle JDBC driver.

UI Configuration