Searched defs:la (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DSQLStateManager.java3210 LocalFieldDesc la = (LocalFieldDesc) fieldDesc.localFields.get(i);
3212 nullifyForeignKey(fieldDesc, la);
3216 LocalFieldDesc la = (LocalFieldDesc) inverseFieldDesc.foreignFields.get(i);
3218 nullifyForeignKey(fieldDesc, la);
3228 * Actually nullifies the local field <code>la</code> corresponding to a
3230 * Fields tracking the foreign key field <code>la</code> are updated.
3233 * @param la Local field corresponding to a foreign key column.
3237 private void nullifyForeignKey(ForeignFieldDesc fieldDesc, LocalFieldDesc la) { argument
3239 if (!getSetMaskBit(la.absoluteID)) {
3240 prepareUpdateField(la, nul
3484 setForeignKey(ForeignFieldDesc fieldDesc, LocalFieldDesc la, Object faValue) argument
[all...]

Completed in 55 milliseconds