Uses of Record Class
io.github.blyznytsiaorg.bibernate.dao.method.RepositoryDetails
Packages that use RepositoryDetails
-
Uses of RepositoryDetails in io.github.blyznytsiaorg.bibernate.dao.method.handler
Fields in io.github.blyznytsiaorg.bibernate.dao.method.handler with type parameters of type RepositoryDetailsModifier and TypeFieldDescriptionprivate static final Map<String, RepositoryDetails> SimpleRepositoryFactory.REPOSITORY_MEDATAMessage for indicating a call to a method with specific details.Methods in io.github.blyznytsiaorg.bibernate.dao.method.handler with parameters of type RepositoryDetailsModifier 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.