Skip navigation links

Package org.datanucleus.store.rdbms.mapping

In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).

See: Description

Package org.datanucleus.store.rdbms.mapping Description

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).

Skip navigation links

Copyright © 2020. All rights reserved.