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