Uses of Class
org.datanucleus.store.rdbms.table.JoinTable
-
Packages that use JoinTable Package Description org.datanucleus.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
-
Uses of JoinTable in org.datanucleus.store.rdbms.scostore
Methods in org.datanucleus.store.rdbms.scostore with parameters of type JoinTable Modifier and Type Method Description static int
BackingStoreHelper. populateEmbeddedKeyFieldsInStatement(org.datanucleus.state.DNStateManager sm, Object key, PreparedStatement ps, int jdbcPosition, JoinTable joinTable, AbstractMapStore mapStore)
Convenience method to populate the passed PreparedStatement with the field values from the embedded map key starting at the specified jdbc position.static int
BackingStoreHelper. populateEmbeddedValueFieldsInStatement(org.datanucleus.state.DNStateManager sm, Object value, PreparedStatement ps, int jdbcPosition, JoinTable joinTable, AbstractMapStore mapStore)
Convenience method to populate the passed PreparedStatement with the field values from the embedded map value starting at the specified jdbc position. -
Uses of JoinTable in org.datanucleus.store.rdbms.table
Subclasses of JoinTable in org.datanucleus.store.rdbms.table Modifier and Type Class Description class
ArrayTable
Representation of a join table for an array.class
CollectionTable
Representation of a join table for a Collection.class
ElementContainerTable
Representation of a join table for a container of elements.class
MapTable
Representation of a join table for a Map.class
PersistableJoinTable
Representation of a join table for the case where we have an N-1 unidirectional relation stored in a join table.
-