Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractSetStore
-
Packages that use AbstractSetStore 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. -
-
Uses of AbstractSetStore in org.datanucleus.store.rdbms.scostore
Subclasses of AbstractSetStore in org.datanucleus.store.rdbms.scostore Modifier and Type Class Description classFKSetStore<E>RDBMS-specific implementation of anSetStoreusing foreign keys.classJoinSetStore<E>RDBMS-specific implementation of aSetStoreusing join table.
-