Class AbstractDbElement<D extends AbstractDbElement<D>>

java.lang.Object
org.assertj.db.type.AbstractDbElement<D>
Type Parameters:
D - Class of the subclass (an implementation of AbstractDbElement) : useful for the fluent methods (setters).
All Implemented Interfaces:
DbElement, WithColumnLetterCase, WithLetterCase, WithPrimaryKeyLetterCase, WithTableLetterCase
Direct Known Subclasses:
AbstractDbData, Changes

public abstract class AbstractDbElement<D extends AbstractDbElement<D>> extends Object implements DbElement, WithLetterCase
This class represents element from the database (either a AbstractDbData or a Change). So this class contains : the way to access the database with getConnectionProvider().
Author:
Régis Pouiller, Julien Roy