org.xorm.datastore |
|
Java Source File Name | Type | Comment |
Column.java | Class | A column on a table in the datastore. |
ConnectionInfo.java | Class | This is the base class for connection information. |
DataFetchGroup.java | Class | A DataFetchGroup is used to provide information to a DatastoreDriver
instance about which Columns need to be fetched for a read() operation. |
DatastoreDriver.java | Interface | There is one datastore driver per Transaction. |
DriverException.java | Class | Indicates that an exception occurred somewhere in the datastore driver. |
Row.java | Class | A row represents a single instance of a data object. |
Table.java | Class | Represents a database table. |