@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface NClobFactory
NClob instance.
The annotated method must be a member of a Dao annotated interface.
@Dao
public interface EmployeeDao {
@NClobFactory
NClob createNClob();
}
The annotated method may throw following exceptions:
DomaNullPointerException if any of the method parameters are null
JdbcException if a JDBC related error occurs
Connection.createNClob()