|
2.17.2: 2011-06-17 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Mixed Public and Internal API | |
---|---|
net.sf.basedb.clients.web | |
net.sf.basedb.clients.web.util | |
net.sf.basedb.core.data | This package contains pure data-holder classes which are mapped to the database using Hibernate. |
net.sf.basedb.util.overview |
Extension API | |
---|---|
net.sf.basedb.clients.jobagent | |
net.sf.basedb.core.dbengine | |
net.sf.basedb.ws.server |
Internal API | |
---|---|
net.sf.basedb.clients.jobagent.executors | |
net.sf.basedb.clients.jobagent.handlers | |
net.sf.basedb.clients.jobagent.slotmanager | |
net.sf.basedb.clients.web.fileupload | This package contains classes for handling file uploads from a browser using the standard described in RFC1867. |
net.sf.basedb.clients.web.formatter | |
net.sf.basedb.clients.web.plugins | |
net.sf.basedb.clients.web.resources | |
net.sf.basedb.clients.web.servlet | |
net.sf.basedb.core.data.keyring | This package contains helper classes for the
Keyring class. |
net.sf.basedb.core.hibernate |
Other Packages | |
---|---|
net.sf.basedb.core.log | |
net.sf.basedb.core.log.db | |
net.sf.basedb.core.snapshot |
The Public API is intended to be used by client application
or plug-in developers. We guarantee a certain degree of stability
among the classes and methods in the public API. See documentation
on the BASE web site for more information.
Methods that have been tagged as @deprecated
should be considered
part of the internal API and may be removed without warning in
a later release.
The Extension API is intended to be used by developers extending the internal BASE functionality. The classes and interfaces in these packages are not intended to be used by plug-ins or client applications.
The Internal API contains code used by the internal implementation of BASE. Client applications and plug-ins should not use the classes and methods in theese packages.
The Mixed Public and Internal API packages contains some classes that belong to the Public API and some classes that belong to the Internal API.
net.sf.basedb.core.data
the BatchableData
interface and all classes that implements it part of the public API.
net.sf.basedb.clients.web.util.HTML
is part of
the public API.
net.sf.basedb.clients.web.Base
and
net.sf.basedb.clients.web.WebException
are part of
the public API.
net.sf.basedb.util.overview
and sub-packages,
all classes and methods that are from BASE 2.10 (marked with @since 2.10
or @version 2.10) are considered internal. We are expecting things to change
in those classes/methods in BASE 2.11 due to performance improvements that
are needed.
All other classes in are part of the internal API.
|
2.17.2: 2011-06-17 | ||||||||
PREV NEXT | FRAMES NO FRAMES |