Uses of Interface
org.dizitart.no2.collection.events.EventAware
-
Packages that use EventAware Package Description org.dizitart.no2.collection org.dizitart.no2.common org.dizitart.no2.repository -
-
Uses of EventAware in org.dizitart.no2.collection
Subinterfaces of EventAware in org.dizitart.no2.collection Modifier and Type Interface Description interfaceNitriteCollectionRepresents a named document collection stored in Nitrite database. -
Uses of EventAware in org.dizitart.no2.common
Subinterfaces of EventAware in org.dizitart.no2.common Modifier and Type Interface Description interfacePersistentCollection<T>A persistent collection interface that provides methods to manage and manipulate data in a Nitrite database. -
Uses of EventAware in org.dizitart.no2.repository
Subinterfaces of EventAware in org.dizitart.no2.repository Modifier and Type Interface Description interfaceObjectRepository<T>Represents a type-safe persistent java object collection.
-