Interface PendingLinkRepository

All Superinterfaces:
io.micronaut.data.repository.CrudRepository<LinkRequest,UUID>, io.micronaut.data.repository.GenericRepository<LinkRequest,UUID>

@JdbcRepository(dialect=ANSI) @Requires(property="config.database.enabled", value="true") public interface PendingLinkRepository extends io.micronaut.data.repository.CrudRepository<LinkRequest,UUID>
  • Method Summary

    Modifier and Type
    Method
    Description
    findByJavaUsername(String javaUsername)
     

    Methods inherited from interface io.micronaut.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
  • Method Details