public class JMFPersistentCollectionSnapshotFactory extends PersistentCollectionSnapshotFactory
| Constructor and Description |
|---|
JMFPersistentCollectionSnapshotFactory() |
| Modifier and Type | Method and Description |
|---|---|
PersistentCollectionSnapshot |
newPersistentCollectionSnapshot() |
PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean sorted) |
PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean initialized,
boolean dirty,
Collection<?> collection) |
PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean initialized,
boolean dirty,
Map<?,?> collection) |
newInstance, newInstancepublic JMFPersistentCollectionSnapshotFactory()
public PersistentCollectionSnapshot newPersistentCollectionSnapshot()
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactorypublic PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean sorted)
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactorypublic PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized, boolean dirty, Collection<?> collection)
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactorypublic PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized, boolean dirty, Map<?,?> collection)
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory