| Package | Description |
|---|---|
| org.assertj.db.type |
This package contains the classes that defines the different types used in assertj-db.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDbElement<D extends AbstractDbElement<D>>
This class represents element from the database (either a
AbstractDbData or a Change). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDbData<D extends AbstractDbData<D>>
|
class |
Changes
Changes in the database.
|
class |
Request
A request in the database to get values.
|
class |
Table
A table in the database to read to get the values.
|
| Modifier and Type | Field and Description |
|---|---|
protected D |
AbstractDbElement.myself
Class of the element.
|
Copyright © 2020 AssertJ. All rights reserved.