Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.SCOCollection
-
Packages that use SCOCollection Package Description com.sun.jdo.spi.persistence.support.sqlstore com.sun.jdo.spi.persistence.support.sqlstore.sco -
-
Uses of SCOCollection in com.sun.jdo.spi.persistence.support.sqlstore
Methods in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type SCOCollection Modifier and Type Method Description voidSQLStateManager. applyUpdates(String fieldName, SCOCollection c)This method is central to record changes to SCOCollections.voidStateManager. applyUpdates(String fieldName, SCOCollection c)... -
Uses of SCOCollection in com.sun.jdo.spi.persistence.support.sqlstore.sco
Classes in com.sun.jdo.spi.persistence.support.sqlstore.sco that implement SCOCollection Modifier and Type Class Description classArrayListA mutable 2nd class object date.classHashSetA mutable 2nd class object date.classVectorA mutable 2nd class object date.
-