| Package | Description |
|---|---|
| org.granite.messaging.jmf.persistence | |
| org.granite.messaging.persistence |
| Modifier and Type | Class and Description |
|---|---|
class |
JMFPersistentCollectionSnapshot |
| Modifier and Type | Method and Description |
|---|---|
PersistentCollectionSnapshot |
JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot() |
PersistentCollectionSnapshot |
JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted) |
PersistentCollectionSnapshot |
JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
boolean dirty,
Collection<?> collection) |
PersistentCollectionSnapshot |
JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
boolean dirty,
Map<?,?> collection) |
| Modifier and Type | Method and Description |
|---|---|
abstract PersistentCollectionSnapshot |
PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot() |
abstract PersistentCollectionSnapshot |
PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted) |
abstract PersistentCollectionSnapshot |
PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
boolean dirty,
Collection<?> collection) |
abstract PersistentCollectionSnapshot |
PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
boolean dirty,
Map<?,?> collection) |