Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Packages that use AbstractListStore 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 AbstractListStore in org.datanucleus.store.rdbms.scostore
Subclasses of AbstractListStore in org.datanucleus.store.rdbms.scostore Modifier and Type Class Description classFKListStore<E>RDBMS-specific implementation of anListStoreusing foreign keys.classJoinListStore<E>RDBMS-specific implementation of aListStoreusing join table.
-