Uses of Package
de.mathema.pride

Packages that use de.mathema.pride
de.mathema.pride This package provides the implementation of the PriDE persistence layer for JAVA. 
de.mathema.pride.util This package contains classes for the generation of data entity types from database tables. 
 

Classes in de.mathema.pride used by de.mathema.pride
AbstractResourceAccessor
           
Database
          Database access class, providing base functionality for the persistence framework.
DatabaseAdapter
          Convenience baseclass, providing a set of simple methods for interaction between the database and data entity objects.
ExceptionListener
          The exception listener interface must be implemented by types which want to get informed about unexpected exceptions within PriDE API operations.
ExtensionDescriptor
           
IllegalDescriptorException
          This exception is thrown during static initialization if a RecordDescriptor or an AttributeDescriptor have been miss-defined.
MappedObject
          Convenience derivation from ObjectAdapter, assuming that the entity to operate on is this object itself.
ObjectAdapter
          Convenience baseclass, providing a set of ready-to-use standard methods for interaction between the database and data entity objects.
PreparedOperation
          Abstract base class for convenient usage of prepared statements.
RecordDescriptor
          A RecordDescriptor defines the mapping of relation database records to JAVA objects
RecordDescriptor.ExtractionMode
          Defined constants for the ResultSet extraction mode of this descriptor and its depending AttributeDescriptors.
ResourceAccessor
          Interface for access to physical resources.
ResourceAccessorJ2EE
          Simple ResourceAccessor for J2EE environments.
ResultIterator
          Helper class to iterate thru a list of results from a query.
SQLExpression
          Convenience class for simplified assembly of SQL expressions
SQLExpression.Operator
           
SQLFormatter
           
TransactionEvent
          Event type passed in event functions of the TransactionListener interface.
TransactionListener
          This interface is to be implemented by types which want to be informed about completion or cancelation of transactions.
 

Classes in de.mathema.pride used by de.mathema.pride.util
DatabaseAdapter
          Convenience baseclass, providing a set of simple methods for interaction between the database and data entity objects.
MappedObject
          Convenience derivation from ObjectAdapter, assuming that the entity to operate on is this object itself.
ObjectAdapter
          Convenience baseclass, providing a set of ready-to-use standard methods for interaction between the database and data entity objects.
RecordDescriptor
          A RecordDescriptor defines the mapping of relation database records to JAVA objects