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
SimpleRepositoryMethodHandlerfor handling methods annotated withQuery.Implementation ofSimpleRepositoryMethodHandlerfor handling methods annotated withQuery.Implementation ofSimpleRepositoryMethodHandlerfor handling the "saveAll" method.Implementation ofSimpleRepositoryMethodHandlerfor handling the "save" method.Implementation ofSimpleRepositoryMethodHandlerfor handling the "update" method.