samples/livedb/test/org/apidesign/livedb/example/package-info.java
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 30 Oct 2014 20:46:27 +0100
changeset 408 9a439a79c6d0
parent 359 9d430d9bc4b1
permissions -rw-r--r--
Use scala 2.10.4 to compile on JDK8
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;