Package | Description |
---|---|
org.drools.persistence.api |
Modifier and Type | Interface and Description |
---|---|
interface |
PersistentSession
Basic interface so that persisteces can avoid depending on
the JPA implementation of a session.
|
interface |
PersistentWorkItem
Basic interface so that persisteces can avoid depending on
the JPA implementation of a work item.
|
Modifier and Type | Method and Description |
---|---|
static Set<Transformable> |
TransactionManagerHelper.getUpdateableSet(TransactionManager txm) |
Modifier and Type | Method and Description |
---|---|
static void |
TransactionManagerHelper.addToUpdatableSet(TransactionManager txm,
Transformable transformable) |
static void |
TransactionManagerHelper.removeFromUpdatableSet(TransactionManager txm,
Transformable transformable) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.