Indicates a method that creates a
Clob instance for handling large text data in the
database.
The annotated method must be a member of a Dao annotated interface.
@Dao
public interface EmployeeDao {
@ClobFactory
Clob createClob();
}
The method may throw following exceptions:
JdbcExceptionif a JDBC related error occurs
- See Also: