@Entity public abstract class AbstractOfflineVideo extends java.lang.Object implements IdentifiableEntity<com.brightcove.player.store.OfflineVideo,java.util.UUID>
Constructor and Description |
---|
AbstractOfflineVideo() |
Modifier and Type | Method and Description |
---|---|
io.requery.query.LogicalCondition<? extends io.requery.query.Expression<java.util.UUID>,?> |
getIdentityCondition()
Gets a
LogicalCondition that can be used to match this entity by it's unique identifier. |
io.requery.query.LogicalCondition<? extends io.requery.query.Expression<java.util.UUID>,?> |
getIdentityCondition(java.util.UUID key)
Gets a
LogicalCondition that can be used to match an entity by it's unique identifier. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKey
public io.requery.query.LogicalCondition<? extends io.requery.query.Expression<java.util.UUID>,?> getIdentityCondition(java.util.UUID key)
IdentifiableEntity
LogicalCondition
that can be used to match an entity by it's unique identifier.getIdentityCondition
in interface IdentifiableEntity<com.brightcove.player.store.OfflineVideo,java.util.UUID>
key
- the unique identifier of the entity.public io.requery.query.LogicalCondition<? extends io.requery.query.Expression<java.util.UUID>,?> getIdentityCondition()
IdentifiableEntity
LogicalCondition
that can be used to match this entity by it's unique identifier.getIdentityCondition
in interface IdentifiableEntity<com.brightcove.player.store.OfflineVideo,java.util.UUID>