org.granite.messaging.persistence
Class PersistentCollectionSnapshotFactory
java.lang.Object
org.granite.messaging.persistence.PersistentCollectionSnapshotFactory
- Direct Known Subclasses:
- JMFPersistentCollectionSnapshotFactory
public abstract class PersistentCollectionSnapshotFactory
- extends Object
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentCollectionSnapshotFactory
public PersistentCollectionSnapshotFactory()
newInstance
public static PersistentCollectionSnapshotFactory newInstance()
newInstance
public static PersistentCollectionSnapshotFactory newInstance(ContentType contentType)
newPersistentCollectionSnapshot
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot()
newPersistentCollectionSnapshot
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean sorted)
newPersistentCollectionSnapshot
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized,
boolean dirty,
Collection<?> collection)
newPersistentCollectionSnapshot
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized,
boolean dirty,
Map<?,?> collection)