Uses of Record Class
io.github.blyznytsiaorg.bibernate.dao.method.RepositoryDetails
-
Uses of RepositoryDetails in io.github.blyznytsiaorg.bibernate.dao.method.handler
Modifier and TypeFieldDescriptionprivate static final Map
<String, RepositoryDetails> SimpleRepositoryFactory.REPOSITORY_MEDATA
Message for indicating a call to a method with specific details.Modifier and TypeMethodDescriptionSimpleRepositoryFindByIdMethodHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the "findById" method, querying the entity by its primary key.SimpleRepositoryFindOneMethodHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the "findOne" method, querying the entity by its primary key.SimpleRepositoryMethodCustomImplHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the custom method in the custom repository implementation.SimpleRepositoryMethodDeleteAllHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the deleteAll method in the simple repository.SimpleRepositoryMethodDeleteHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the delete method in the simple repository.SimpleRepositoryMethodFindAllHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the findAll method in the simple repository.SimpleRepositoryMethodFindByHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the findBy method in the simple repository.SimpleRepositoryMethodHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the given repository method using the provided parameters, repository details, and method metadata.SimpleRepositoryMethodHqlQueryHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the given repository method using the provided parameters, repository details, and method metadata.SimpleRepositoryMethodNativeQueryHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the given repository method using the provided parameters, repository details, and method metadata.SimpleRepositoryMethodSaveAllHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the given repository method using the provided parameters, repository details, and method metadata.SimpleRepositoryMethodSaveHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the given repository method using the provided parameters, repository details, and method metadata.SimpleRepositoryMethodUpdateHandler.execute
(Method method, Object[] parameters, RepositoryDetails repositoryDetails, MethodMetadata methodMetadata) Executes the given repository method using the provided parameters, repository details, and method metadata.