Package ball.spring.mysqld
Class EntityManagerFactoryComponent
- java.lang.Object
-
- org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
- org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor
-
- ball.spring.mysqld.EntityManagerFactoryComponent
-
- All Implemented Interfaces:
BeanFactoryPostProcessor
,Ordered
@Component @ConditionalOnProperty(name="mysqld.home", havingValue="") public class EntityManagerFactoryComponent extends EntityManagerFactoryDependsOnPostProcessor
EntityManagerFactoryDependsOnPostProcessor
Component
implementation. See Configure a Component that is Used by JPA.Injected Field Summary
Annotation(s) Field @Autowired(required=true)
private
Process
mysqld
- Author:
- Allen D. Ball
-
-
Field Summary
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
-
Constructor Summary
Constructors Constructor Description EntityManagerFactoryComponent()
Sole constructor.
-
-
-
Constructor Detail
-
EntityManagerFactoryComponent
public EntityManagerFactoryComponent()
Sole constructor.
-
-