Package io.github.blyznytsiaorg.bibernate.dao.method.handler
package io.github.blyznytsiaorg.bibernate.dao.method.handler
-
ClassDescriptionFactory class for handling dynamic proxy creation and method invocations on repository interfaces.Handler for executing the "findById" method in a simple repository.Handler for executing the "findOne" method in a simple repository.Handler for executing custom methods in a custom repository implementation.Handler for executing the deleteAll method in a simple repository.Handler for executing the delete method in a simple repository.Handler for executing the findAll method in a simple repository.Handler for executing the findBy methods in a simple repository.Interface for handling the execution of repository methods.Implementation of
SimpleRepositoryMethodHandler
for handling methods annotated withQuery
.Implementation ofSimpleRepositoryMethodHandler
for handling methods annotated withQuery
.Implementation ofSimpleRepositoryMethodHandler
for handling the "saveAll" method.Implementation ofSimpleRepositoryMethodHandler
for handling the "save" method.Implementation ofSimpleRepositoryMethodHandler
for handling the "update" method.