| Interface | Description |
|---|---|
| EntityReader | |
| ExternalDataRecordEntity |
External record entity that has reference to external object representing record.
|
| HibernateConfigurationFactory |
Factory interface for creating hibernate configuration, which will be used by hibernate context
with shared record definitions.
|
| SchemaUpdateService |
Performs a schema update after a successful model upload.
|
| SharedRecordConfigurationService |
This service provides method for manipulation
with singleton hibernate configuration
|
| Class | Description |
|---|---|
| AbstractSharedRecordPlugin |
Base abstract class for all SharedRecordPlugins.
|
| ConfigurationExt |
Extension of Hibernate configuration.
|
| DelegatingSharedRecordInterceptor |
Interceptor for Hibernate Sessions that allows to plug an interceptor via
ComponentService. |
| ExternalRecordTypeFactoryImpl |
Factory for external records.
|
| HibernateConfigurationFactoryImpl |
Default implementation of
HibernateConfigurationFactory. |
| NativeQueryExecutor |
Executor of native queries.
|
| PojoExternalRecordEntityAdapter |
Adapter for external record backed by pojo entity.
|
| PojoSharedRecordEntityAdapter |
Adapter for shared records that are backed by pojo entity.
|
| QueryExecutor |
This class can execute queries given by the
QuerySpecification. |
| RuntimeToHibernateConverter |
Converts from runtime objects to objects stored by hibernate and back.
|
| SchemaUpdateServiceBean |
Performs a schema update after a successful model upload.
|
| SharedEntityLoader |
Loader of shared record entities.
|
| SharedRecordComponentTuplizer |
Implementation of tuplizer for shared records.
|
| SharedRecordConfigurationGenerator |
Generates Hibernate SessionFactory.
|
| SharedRecordConfigurationServiceBean |
Stateless EJB implementation of
SharedRecordConfigurationService interface. |
| SharedRecordEnginePlugin |
This engine plugins ensures that all shared record hibernate sessions
will be flushed after the engine finishes execution.
|
| SharedRecordEntityAdapter |
Common adapter for shared record entity.
|
| SharedRecordEntityLazyInitializer |
Implementation of
AbstractLazyInitializer for ExternalRecordEntity |
| SharedRecordEntityNames |
Provides names for regular/audit persistent entities and their properties.
|
| SharedRecordEntityProxy |
Implementation of
HibernateProxy interface for ExternalRecordEntity |
| SharedRecordEntityProxyFactory | |
| SharedRecordEntityTuplizer |
Hibernate Tuplizer for
ExternalRecordEntitys. |
| SharedRecordNotifierImpl |
Handles model instance notifications for shared records.
|
| SharedRecordNotifierInterceptor |
Intercepts relevant method to determine situation when
handling of shared records notifications should be performed.
|
| SharedRecordPluginEntityProxy<T extends EntityWithId> |
Proxy for shared record entity.
|
| SharedRecordSingleTableEntityPersister |
This class extends the functionality provided by the
SingleTableEntityPersister. |
| SharedRecordTypeFactoryImpl | |
| SimpleValueHibernateToRuntimeConverter |
Converter for simple values.
|
| TempTable |
Table subclass used for temporary tables.
|
| UniqueIndex |
Special subclass of
Index which is creating unique index
instead of standard ones |
| Enum | Description |
|---|---|
| SharedRecordEntityAccessor |
Property accessor for
ExternalRecordEntity. |
| Exception | Description |
|---|---|
| LspsNoBaseLevelObject |
Exception used when a shared record has no persistent value so far and it is expected to be used.
|
| SharedRecordConfigurationException |
Thrown when shared record configuration conflicts occur
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.