Uses of Interface
com.pnfsoftware.jeb.core.dao.IDataProvider
Packages that use IDataProvider
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Simple implementations DAOs that can be instantiated by clients.
-
Uses of IDataProvider in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return IDataProviderMethods in com.pnfsoftware.jeb.core with parameters of type IDataProviderModifier and TypeMethodDescriptionICoreContext.createEnginesContext
(IDataProvider dataProvider, JebClientInformation clientInformation) Create an engines context. -
Uses of IDataProvider in com.pnfsoftware.jeb.core.dao.impl
Classes in com.pnfsoftware.jeb.core.dao.impl that implement IDataProviderModifier and TypeClassDescriptionclass
Simple implementation of a data provider.class
An empty data provider.