News

The library will throw runtime exceptions in a variety of cases - most often when invalid SQL is detected. All exceptions are derived from org.mybatis.dynamic.sql.exception.DynamicSqlException which ...
Both checked and unchecked exceptions can occur in Java. Java programs can generally recover from checked exceptions, with exception handlers written into each program to define what it should do ...
This tutorial introduces Java developers to Apache Phoenix. Since Phoenix runs on top of HBase, we’ll start with an overview of HBase and how it differs from relational databases.