Indicates to create a
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:
DomaNullPointerExceptionif any of the method parameters arenullJdbcExceptionif a JDBC related error occurs
- See Also: