T5DbDemo Class Reference
List of all members.
Detailed Description
Definition at line 13 of file T5DbDemo.java.
Member Function Documentation
void setPaper |
( |
Paper |
p |
) |
|
List<Paper> getPapers |
( |
|
) |
|
Definition at line 23 of file T5DbDemo.java.
00023 {
00024 Criteria c = _session.createCriteria(Paper.class);
00025 c.setMaxResults(2);
00026 return c.list();
00027 }
void setDataset |
( |
Dataset |
d |
) |
|
SortedSet<Dataset> getDatasets |
( |
|
) |
|
Definition at line 34 of file T5DbDemo.java.
00034 {
00035 return _paper.getDatasets();
00036 }
The documentation for this class was generated from the following file:
- /home/buckley/hepdata/codedocs/src/hepdata/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/T5DbDemo.java