My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package ru.intr13.example.springTransactionalTest;

import java.util.Collection;

public interface DataDao {

Data get(Long id);

Data save(Data data);

Collection<Data> find(String text);

void shutdown();

void checkpoint();

}

Change log

r16 by kiselev on Sep 12, 2009   Diff
[No log message]
Go to: 

Older revisions

r15 by kiselev on Sep 11, 2009   Diff
add store memory db to file
r11 by kiselev on Sep 10, 2009   Diff
Share project
"springTransactionalTest" into "https:
//intr13-examples.googlecode.com/svn"
All revisions of this file

File info

Size: 253 bytes, 17 lines

File properties

svn:mime-type
text/plain
Powered by Google Project Hosting