Class EntityConfigurationImpl<T>

java.lang.Object
com.foreach.across.core.support.AttributeSupport
com.foreach.across.modules.entity.registry.EntityConfigurationImpl<T>
All Implemented Interfaces:
com.foreach.across.core.support.ReadableAttributes, com.foreach.across.core.support.WritableAttributes, ConfigurableEntityViewRegistry, EntityConfiguration<T>, EntityViewRegistry, MutableEntityConfiguration<T>, org.springframework.core.AttributeAccessor

public class EntityConfigurationImpl<T> extends com.foreach.across.core.support.AttributeSupport implements MutableEntityConfiguration<T>
The base configuration for an Entity type. Provides access to the EntityModel, EntityPropertyRegistry along with the registered views and attributes.
Since:
1.0.0
Author:
Arne Vandamme