Annotation Type EntityViewManagerConfig
Configure the EntityViewManager for a specific repository.
- Since:
- 1.2.0
- Author:
- Moritz Becker
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends EntityViewManagerResolver>References the type which provides the EntityViewManager for a specific repository.
-
Element Details
-
entityViewManagerResolver
Class<? extends EntityViewManagerResolver> entityViewManagerResolverReferences the type which provides the EntityViewManager for a specific repository. Must be resolvable over the BeanManager.- Returns:
- The entity manager resolver class
- Default:
- com.blazebit.persistence.deltaspike.data.EntityViewManagerResolver.class
-