@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SQLXMLFactory
SQLXML instance。
The annotated method must be a member of a Dao annotated interface.
@Dao
public interface EmployeeDao {
@SQLXMLFactory
SQLXML createSQLXML();
}
The method may throws following exceptions:
JdbcException if a JDBC related error occurs
Connection.createSQLXML()