Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractCollectionStore
-
Packages that use AbstractCollectionStore 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 AbstractCollectionStore in org.datanucleus.store.rdbms.scostore
Subclasses of AbstractCollectionStore in org.datanucleus.store.rdbms.scostore Modifier and Type Class Description classAbstractListStore<E>Abstract representation of a backing store for a List.classAbstractSetStore<E>Abstract representation of the backing store for a Set/Collection.classFKListStore<E>RDBMS-specific implementation of anListStoreusing foreign keys.classFKSetStore<E>RDBMS-specific implementation of anSetStoreusing foreign keys.classJoinListStore<E>RDBMS-specific implementation of aListStoreusing join table.classJoinSetStore<E>RDBMS-specific implementation of aSetStoreusing join table.
-