Package com.sybase.persistence

Interface Summary
BusinessObject  
CallbackHandler  
Filter Super interface for creating filtered queries.
ISyncDelegator Sybase internal use only.
LocalBusinessObject Represent client only Business Object
Logger The interface for the logger.
LogRecord  
MobileBusinessObject  
ObjectState This interface holds object state flags.
OperationReplay Sybase internal use only.
SortOrderType Defines the sort order type.
SynchronizationAction  
SynchronizationGroup  
SynchronizationStatus  
SynchronizeCallback  
SyncStatusListener  
SyncStatusState  
TestType Defines constants valid for AttributeTest and CompositeTest instances.
 

Class Summary
AbstractEntity This is the abstract base class of all the generated MobileBusinessObject implementation.
AbstractLogger The abstract class for the logger.
AttributeMetaData  
AttributeTest AttributeTest class specifies the attribute condition to be met for a Query.
BackgroundSynchronization Sybase internal use only.
ColumnIndexMap  
CompositeTest Contains composite filter information for getting data from Mobile Business Objects.
Connection Holds profile information.
ConnectionManager  
ConnectionProfile  
ConnectionWrapper Generic wrapper for JDBC / UltraLiteJ database connections.
DatabaseClass This is an utility class containing methods to invoke generated database class methods.
DatabaseTransaction Generic wrapper for JDBC / UltraLiteJ database transactions.
DefaultCallbackHandler A default implementation for the Sybase.Persistence.CallbackHandler interface.
EntityAlias Sybase internal use only.
EntityClass An utility to invoke Entity methods
JoinCondition Sybase internal use only.
JoinCriteria Sybase internal use only.
LocalTransaction Generic wrapper for JDBC / UltraLiteJ database transactions.
LogLevel  
NetworkProtocol Defines constant strings for valid network protocols.
ObjectSyncStatusData  
OperationLog Deprecated. Used for SUP 1.2 compatibilty
PushConfiguration  
Query Programmatic interface to Query objects.
QueryResultSet A QueryResultSet object represents the result set from a dynamic query.
SelectItem  
SortCriteria  
SortOrder  
SortOrderCollection Holds a collection of SortOrder objects.
SortOrderList  
SynchronizationContext  
SynchronizationManager  
SynchronizationNotification  
SynchronizationParameters  
SynchronizeRequired Sybase internal use only.
SyncResult Deprecated. Used for SUP 1.2 compatibilty
TestCriteria A base class for Test Criteria.
TestCriteriaList  
 

Exception Summary
LoginRequiredException This exception is thrown when the client application does not login to the server.
NoSuchAttributeException Thrown if code tries to access an attribute that does not exist in class or entity metadata.
NoSuchOperationException Thrown if code tries to access operation metadata that does not exist in class metadata
ObjectNotFoundException This exception is thrown by the static entity method 'load' when it does not find an entity for the primary key passed in.
PersistenceException PersistenceException is thrown when an exception occurs during database manipulation.
SUPClientException  
SynchronizeException This exception class is provided for errors that occur during synchronization.
SynchronizeRequiredException This exception class is provided for errors that occur during synchronization.