| Interface | Description |
|---|---|
| PersistenceStrategy |
| Class | Description |
|---|---|
| KieSessionCommandScopedStrategy |
This strategy is used by instances that are
used inside the
KieSession
use the same (command-scoped) EntityManager instance as the KieSession
|
| SpringStandaloneJtaSharedEntityManagerStrategy | |
| SpringStandaloneLocalSharedEntityManagerStrategy | |
| StandaloneJtaStrategy |
This strategy is used by instances that are
used outside the
KieSession
use their own EntityManager instance per operation
|
| StandaloneLocalStrategy |
This strategy is used by instances that are
used outside the
KieSession
use their own EntityManager instance per operation
|
| Enum | Description |
|---|---|
| PersistenceStrategyType |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.