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:
Field<A>, EntityPaths

public class SimpleSnapshotField<A extends Comparable> extends AbstractSnapshotField<A,A>
Implementation of AbstractSnapshotField where business and database type are equal.
  • Constructor Details

    • SimpleSnapshotField

      public SimpleSnapshotField(com.mysema.query.types.expr.ComparableExpressionBase<A> path)
  • Method Details