Annotation Type IEntityContextFactory.Isolated

Enclosing interface:
IEntityContextFactory

@Qualifier @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE,PARAMETER}) public static @interface IEntityContextFactory.Isolated
CDI qualifier for IEntityContextFactory that indicates an isolated entity context factory is desired. The entity context created by such a factory is a new instance not shared with any other code.
Since:
8.5.0