stazz / java-sql-generator

A framework to generate syntactically correct SQL statements in a typesafe, easy, and uniform way (without StringBuilders).
49 stars 28 forks source link

Make SQLVendors more customizable #6

Open stazz opened 13 years ago

stazz commented 13 years ago

Currently SQLVendor provides read-only API for its services. It should be possible to customize it more by adding custom factories and processors.