Object
com.liferay.portal.kernel.module.service.Snapshot<T>
public class Snapshot<T>
extends Object
- Author:
- Shuyang Zhou
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Snapshot
public Snapshot(Class<?> holderClass,
Class<T> serviceClass)
-
-
Snapshot
public Snapshot(Class<?> holderClass,
Class<T> serviceClass,
String filterString,
boolean dynamic)
-