public class AlgorithmProviderRepositoryJpa extends JpaRepository<AlgorithmProvider,java.lang.Long> implements AlgorithmProviderRepository
DEFAULT_PAGE_SIZE, LOGGER| Constructor and Description |
|---|
AlgorithmProviderRepositoryJpa() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
algorithmByProvider(AlgorithmProvider algorithmProvider) |
protected java.lang.String |
persistenceUnitName()
Derived classes should implement this method to return the name of the
persistence unit
|
add, all, close, create, delete, deleteById, entityManager, entityManagerFactory, findById, first, first, iterator, iterator, last, page, pageWithFiltering, read, save, size, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected java.lang.String persistenceUnitName()
JpaRepositorypersistenceUnitName in class JpaRepository<AlgorithmProvider,java.lang.Long>public java.util.Optional<java.lang.String> algorithmByProvider(AlgorithmProvider algorithmProvider)
algorithmByProvider in interface AlgorithmProviderRepository