See: Description
| Interface | Description | 
|---|---|
| ComponentEntity | 
 Marks an entity as a component entity. 
 | 
| ConverterProvider | 
 Represents the converter provider interface. 
 | 
| ConverterType | 
 Identifies a type of converter. 
 | 
| PrimaryKeyGenerator | 
 Provider of cluster-safe primary keys. 
 | 
| SequentialPrimaryKeyPersistence | 
 Primary key persistence API to create unique primary keys. 
 | 
| SqlMappingContext | 
 Represents a context in which the sql mappings are stored under a specific mapping id. 
 | 
| ValueConverter<S,T> | 
 Bi-directional converter of values from one (source) type to values of another (target) type and vice versa. 
 | 
| Class | Description | 
|---|---|
| BaseValueConverter<S,T> | 
 Base class for converter implementations. 
 | 
| CompositeConverterProvider | 
 Composite converter provider that delegates all requests to its contained converter providers. 
 | 
| DefaultSqlMappingContext | 
 Sql mapping context that supports database-specific mappings. 
 | 
| PersistenceUtils | 
 Provides utility methods related to persistence operations. 
 | 
| PrimaryKeyRange | 
 Represents a range of available primary keys. 
 | 
| SequentialPrimaryKeyGenerator | 
 Returns unique primary keys in sequential order. 
 | 
Classes for database persistence management and configuration thereof.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.