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