Uses of Class
com.codingapi.springboot.fast.executor.JpaExecutor
Packages that use JpaExecutor
-
Uses of JpaExecutor in com.codingapi.springboot.fast
Methods in com.codingapi.springboot.fast that return JpaExecutorModifier and TypeMethodDescriptionDataFastConfiguration.jpaExecutor(jakarta.persistence.EntityManager entityManager) Methods in com.codingapi.springboot.fast with parameters of type JpaExecutorModifier and TypeMethodDescriptionDataFastConfiguration.mappingRegistrar(MvcEndpointMapping mvcEndpointMapping, JpaExecutor jpaExecutor, List<org.springframework.aop.Advisor> advisors) -
Uses of JpaExecutor in com.codingapi.springboot.fast.registrar
Constructors in com.codingapi.springboot.fast.registrar with parameters of type JpaExecutorModifierConstructorDescriptionMvcMappingRegistrar(MvcEndpointMapping mvcEndpointMapping, JpaExecutor jpaExecutor, List<org.springframework.aop.Advisor> advisors)