public interface AdminMediaRepository extends org.youngmonkeys.ezyplatform.repo.MediaRepository, com.tvd12.ezydata.database.EzyDatabaseRepository<Long,org.youngmonkeys.ezyplatform.entity.Media>
| Modifier and Type | Method and Description |
|---|---|
List<org.youngmonkeys.ezyplatform.entity.Media> |
findByIdGt(long idExclusive,
com.tvd12.ezyfox.util.Next next) |
List<org.youngmonkeys.ezyplatform.entity.Media> |
findByIdLt(long idExclusive,
com.tvd12.ezyfox.util.Next next) |
List<org.youngmonkeys.ezyplatform.entity.Media> |
findFirsts(com.tvd12.ezyfox.util.Next next) |
List<org.youngmonkeys.ezyplatform.entity.Media> |
findLasts(com.tvd12.ezyfox.util.Next next) |
updateOwnerUserIdcontainsById, findById, findByIdOptionalcontainsByField, findByField, findByFieldOptionalfindListByField, findListByField@EzyQuery(value="SELECT e FROM Media e ORDER BY e.id desc") List<org.youngmonkeys.ezyplatform.entity.Media> findLasts(com.tvd12.ezyfox.util.Next next)
@EzyQuery(value="SELECT e FROM Media e WHERE e.id > ?0 ORDER BY e.id asc") List<org.youngmonkeys.ezyplatform.entity.Media> findByIdGt(long idExclusive, com.tvd12.ezyfox.util.Next next)
@EzyQuery(value="SELECT e FROM Media e ORDER BY e.id asc") List<org.youngmonkeys.ezyplatform.entity.Media> findFirsts(com.tvd12.ezyfox.util.Next next)
@EzyQuery(value="SELECT e FROM Media e WHERE e.id < ?0 ORDER BY e.id desc") List<org.youngmonkeys.ezyplatform.entity.Media> findByIdLt(long idExclusive, com.tvd12.ezyfox.util.Next next)
Copyright © 2024 Young Monkeys. All rights reserved.