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 intBackingStoreHelper. 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 intBackingStoreHelper. 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 classArrayTableRepresentation of a join table for an array.classCollectionTableRepresentation of a join table for a Collection.classElementContainerTableRepresentation of a join table for a container of elements.classMapTableRepresentation of a join table for a Map.classPersistableJoinTableRepresentation of a join table for the case where we have an N-1 unidirectional relation stored in a join table.
-