Interface BasicTypesRepository
- All Superinterfaces:
CrudRepository<BasicTypes, Long>, GenericRepository<BasicTypes, Long>
-
Method Summary
Modifier and TypeMethodDescriptionfindAllById(Long id) findByByteArray(byte[] byteArray) Optional<byte[]> voidMethods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
-
Method Details
-
update
-
findByByteArray
-
findByteArrayById
-
queryById
-
findAllById
-
somethingThatMightSometimesReturnNull
-