All Classes and Interfaces

Class
Description
Base configuration for EntityProperties tables, using the primary DataSource, configured ConversionService of the PropertiesModule and allowing table rename if the module defines a SchemaConfiguration.
 
 
AbstractRevisionBasedEntityPropertiesService<T extends EntityProperties<U>,U,R extends com.foreach.across.core.revision.Revision<U>>
 
Deprecated.
The PropertiesModule requires a ConversionService to be present.
 
 
Configuration descriptor for an EntityProperties instance.
 
Allows modules to register extension properties.
Repository interface for persitence of StringTypedPropertyMap instances.
 
Marker interface for both revision and non-revision based entity property services.
 
 
 
Tracks property registration by other modules in a database table.
 
 
RevisionBasedEntityPropertiesRepository<T,R extends com.foreach.across.core.revision.Revision<T>>
Entity properties that supports revisions. repository supporting revisions.
RevisionBasedEntityPropertiesService<T extends EntityProperties<U>,U,R extends com.foreach.across.core.revision.Revision>