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