Class SimpleSnapshotField<A extends Comparable>
java.lang.Object
org.opencastproject.assetmanager.impl.query.AbstractSnapshotField<A,A>
org.opencastproject.assetmanager.impl.query.SimpleSnapshotField<A>
- All Implemented Interfaces:
org.opencastproject.assetmanager.api.query.Field<A>,EntityPaths
Implementation of
AbstractSnapshotField where business and database type are equal.-
Field Summary
Fields inherited from interface org.opencastproject.assetmanager.impl.persistence.EntityPaths
$NO_ENTITY, $Q_PROPERTY, $Q_SNAPSHOT, Q_ASSET, Q_PROPERTY, Q_SNAPSHOT -
Constructor Summary
ConstructorsConstructorDescriptionSimpleSnapshotField(com.mysema.query.types.expr.ComparableExpressionBase<A> path) -
Method Summary
-
Constructor Details
-
SimpleSnapshotField
-
-
Method Details
-
extract
Description copied from class:AbstractSnapshotFieldExtract database typeBfrom business typeA.- Specified by:
extractin classAbstractSnapshotField<A extends Comparable,A extends Comparable>
-