Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1050 |
rajveer |
1 |
package in.shop2020.storage.bdb;
|
|
|
2 |
|
|
|
3 |
import com.sleepycat.collections.TransactionWorker;
|
|
|
4 |
|
|
|
5 |
public class DeleteEntity implements TransactionWorker {
|
|
|
6 |
|
|
|
7 |
@Override
|
|
|
8 |
public void doWork() throws Exception {
|
|
|
9 |
// TODO Auto-generated method stub
|
|
|
10 |
|
|
|
11 |
}
|
|
|
12 |
|
|
|
13 |
}
|