| Package | Description |
|---|---|
| org.jsimpledb |
Abstraction layer allowing access to a
Database using normal Java objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStorageIdGenerator
Default
StorageIdGenerator implementation. |
| Modifier and Type | Method and Description |
|---|---|
JSimpleDBFactory |
JSimpleDBFactory.setStorageIdGenerator(StorageIdGenerator storageIdGenerator)
Configure the
StorageIdGenerator for auto-generating storage ID's when not explicitly
specified in @JSimpleClass,
@JField, etc., annotations. |
| Constructor and Description |
|---|
JSimpleDB(Database database,
int version,
StorageIdGenerator storageIdGenerator,
Iterable<? extends Class<?>> classes)
Primary constructor.
|
Copyright © 2017. All rights reserved.