Annotation Type IEntityContextFactory.Contextual

Enclosing interface:
IEntityContextFactory

@Qualifier @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE,PARAMETER}) public static @interface IEntityContextFactory.Contextual
CDI qualifier for IEntityContextFactory that indicates a contextual entity context factory is desired. The entity context created by this factory may be reused e.g. across multiple requests or sessions.
Since:
8.5.0