interface |
Cursor<R extends Record> |
Cursors allow for lazy, sequential access to an underlying JDBC
ResultSet .
|
interface |
EmbeddableRecord<R extends EmbeddableRecord<R>> |
A record originating from a single table
|
interface |
Record |
A database result record.
|
interface |
Record1<T1> |
A model type for a records with degree 1
|
interface |
Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
A model type for a records with degree 10
|
interface |
Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
A model type for a records with degree 11
|
interface |
Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
A model type for a records with degree 12
|
interface |
Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
A model type for a records with degree 13
|
interface |
Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
A model type for a records with degree 14
|
interface |
Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
A model type for a records with degree 15
|
interface |
Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
A model type for a records with degree 16
|
interface |
Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
A model type for a records with degree 17
|
interface |
Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
A model type for a records with degree 18
|
interface |
Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
A model type for a records with degree 19
|
interface |
Record2<T1,T2> |
A model type for a records with degree 2
|
interface |
Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
A model type for a records with degree 20
|
interface |
Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
A model type for a records with degree 21
|
interface |
Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
A model type for a records with degree 22
|
interface |
Record3<T1,T2,T3> |
A model type for a records with degree 3
|
interface |
Record4<T1,T2,T3,T4> |
A model type for a records with degree 4
|
interface |
Record5<T1,T2,T3,T4,T5> |
A model type for a records with degree 5
|
interface |
Record6<T1,T2,T3,T4,T5,T6> |
A model type for a records with degree 6
|
interface |
Record7<T1,T2,T3,T4,T5,T6,T7> |
A model type for a records with degree 7
|
interface |
Record8<T1,T2,T3,T4,T5,T6,T7,T8> |
A model type for a records with degree 8
|
interface |
Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
A model type for a records with degree 9
|
interface |
Result<R extends Record> |
|
interface |
TableRecord<R extends TableRecord<R>> |
A record originating from a single table
|
interface |
UDTRecord<R extends UDTRecord<R>> |
An object holding data of a UDT
|
interface |
UpdatableRecord<R extends UpdatableRecord<R>> |
A common interface for records that can be stored back to the database again.
|