Annotation Type EntityViewManagerConfig
@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface EntityViewManagerConfig
Configure the EntityViewManager for a specific repository.
- Since:
- 1.2.0
- Author:
- Moritz Becker
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends EntityViewManagerResolver>entityViewManagerResolverReferences 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
-