Uses of Class
org.assertj.db.type.AbstractDbElement
Packages that use AbstractDbElement
Package
Description
This package contains the classes that defines the different types used in assertj-db.
-
Uses of AbstractDbElement in org.assertj.db.type
Classes in org.assertj.db.type with type parameters of type AbstractDbElementModifier and TypeClassDescriptionclassAbstractDbElement<D extends AbstractDbElement<D>>This class represents element from the database (either aAbstractDbDataor aChange).Subclasses of AbstractDbElement in org.assertj.db.typeModifier and TypeClassDescriptionclassAbstractDbData<D extends AbstractDbData<D>>classChanges in the database.classA request in the database to get values.classA table in the database to read to get the values.Fields in org.assertj.db.type declared as AbstractDbElement