Package org.opencastproject.assetmanager.impl.query
package org.opencastproject.assetmanager.impl.query
Default query implementation.
General implementation notes
Do not alias entities when creating Querydsl fragments like thisnew QPropertyDto("alias").
The code generator in AbstractASelectQuery.run()
will get into serious trouble because it relies on equality checks on EntityPaths
and other Querydsl types.-
ClassDescriptionCall
AbstractADeleteQuery.run(DeleteEpisodeHandler)with a deletion handler to get notified about deletions.AbstractSnapshotField<A,B extends Comparable> Generic implementation to querySnapshotDtofields.Collect contributions to a JPA query.Implementations of this interface may contribute to a JPA query.A place to share common predicate constructor methods for properties.Implementations of this interface may contribute to a JPA query.Collect contributions to a JPA query.Implementations of this interface may contribute to a JPA query.SimpleSnapshotField<A extends Comparable>Implementation ofAbstractSnapshotFieldwhere business and database type are equal.