@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface CreateSqlObject
Use this annotation on a sql object method to create a new sql object
with the same underlying handle source (onDemand, attached, etc) as the
sql object the method is invoked on.