Indicates a method that creates a
SQLXML instance for handling XML data in the database.
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:
JdbcExceptionif a JDBC related error occurs
- See Also: