| author | Jaroslav Tulach <jtulach@netbeans.org> |
| Fri Aug 27 14:06:39 2010 +0200 | |
| changeset 365 | 0b7ec6ef8a72 |
| parent 359 | 9d430d9bc4b1 |
| permissions | -rw-r--r-- |
| jtulach@355 | 1 |
|
| jtulach@361 | 2 |
// BEGIN: livedb.connect |
| jtulach@357 | 3 |
@LiveDB( |
| jtulach@357 | 4 |
classname="Age", password="j1", user="j1", |
| jtulach@357 | 5 |
query="select * from APP.AGE", |
| jtulach@359 | 6 |
url="jdbc:derby:classpath:db" |
| jtulach@357 | 7 |
) |
| jtulach@355 | 8 |
package org.apidesign.livedb.example; |
| jtulach@361 | 9 |
// END: livedb.connect |
| jtulach@355 | 10 |
|
| jtulach@355 | 11 |
import org.apidesign.livedb.LiveDB; |