You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Java library simplifies the process of connecting to Oracle Identity Manager (OIM) and relational databases. It provides a reusable Platform class for establishing connections to OIM and databases, both in local development environments and during deployment to OIM servers.
Master JDBC with comprehensive tutorials, examples, and best practices. Dive into database connectivity and SQL interaction to build robust Java applications.
Library whose main objective is to generate connections to databases compatible with Java, for each bank there is a class with unit tests that guarantees consistency and quality.
Pontious is an ORM library that provides a way to do SQL queries without necessarily writing SQL Query code. It is built over SQL2o to provide a nice ORM touch.