org.datanucleus.store.rdbms.table.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datanucleus-rdbms Show documentation
Show all versions of datanucleus-rdbms Show documentation
Plugin for DataNucleus providing persistence to RDBMS datastores.
The newest version!
Provides the internal DataNucleus definition of a table/view and its columns.
Tables/Views can represent a (persistent) class, or can be a join table for the relation between classes.
Additionally there are special cases of SchemaTable, ProbeTable, and SequenceTable
which provide auto-start, table detection, and table-based sequences.