Class Summary |
LyBlobRequestEncoder |
This class is used to encode a request made on a data source and decode results to give a
response. |
LyConnection |
This class represents the physical link with a data supplier. |
LyDataProvider |
This class is used by DataSources to transmit their requests to an instance of RequestEncoder. |
LyDataProviderFactory |
This class is used by LyApplication to create instances of LyDataProvider defined by LyLocation. |
LyPeerClass |
This class offers a default abstract implementation of LyClass interface for physical classes. |
LyPeerDataProvider |
This class is provided is ease implementations of data providers that use peer classes
(LyPeerClass) and peer fields (LyPeerField). |
LyPeerDataSource |
This class implements a collection of data of the same class. |
LyPeerField |
Abstract class that holds common methods for all peer fields. |
LyPeerFieldValue |
This class is a value wrapper, it offers methods for constructing, accessing and modifying values
corresponding to a peerField (physical field). |
LyRequestEncoder |
This class is used to encode a request made on a data source and decode results to give a
response. |
LyTransaction |
This class represents a transaction managed by the transaction manager. |
LyTransactionManager |
This class is used to manage transactions in an application. |