public abstract class PersistentCollectionSnapshotFactory
extends java.lang.Object
| Constructor and Description |
|---|
PersistentCollectionSnapshotFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PersistentCollectionSnapshotFactory |
newInstance(ContentType contentType) |
static PersistentCollectionSnapshotFactory |
newInstance(java.lang.Object io) |
abstract PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean sorted,
java.lang.String detachedState) |
abstract PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean initialized,
java.lang.String detachedState,
boolean dirty,
java.util.Collection<?> collection) |
abstract PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean initialized,
java.lang.String detachedState,
boolean dirty,
java.util.Map<?,?> collection) |
abstract PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(java.lang.String detachedState) |
public static PersistentCollectionSnapshotFactory newInstance(java.lang.Object io)
public static PersistentCollectionSnapshotFactory newInstance(ContentType contentType)
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(java.lang.String detachedState)
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean sorted, java.lang.String detachedState)
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized, java.lang.String detachedState, boolean dirty, java.util.Collection<?> collection)
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized, java.lang.String detachedState, boolean dirty, java.util.Map<?,?> collection)