org.datanucleus.store.rdbms.mapping.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.
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
Each field/property of the class is represented as a JavaTypeMapping (see classes under org.datanucleus.store.rdbms.mapping.java).
Each JavaTypeMapping has [0->N] DatastoreMapping(s) (see classes under org.datanucleus.store.rdbms.mapping.column).
© 2015 - 2024 Weber Informatics LLC | Privacy Policy