Package net.java.ao

Class CachingSqlProcessor

java.lang.Object
net.java.ao.CachingSqlProcessor

public final class CachingSqlProcessor extends Object
This class wraps some of the methods from SqlUtils with a cache. The rationale for this is as follows: the regex-based processing of the identifiers done in SqlUtils is very often more expensive than the call to the database. In fact, for simple queries, this is always true. At the same time, the queries are often very similar. Let's cache the results.
Since:
3.2.11