@Configuration @ConditionalOnClass(value={com.hazelcast.core.HazelcastInstance.class,org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.class}) public class HazelcastJpaDependencyAutoConfiguration extends Object
EntityManagerFactory beans depend-on
the hazelcastInstance bean.| Constructor and Description |
|---|
HazelcastJpaDependencyAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration.HazelcastInstanceJpaDependencyPostProcessor |
hazelcastInstanceJpaDependencyPostProcessor() |
public HazelcastJpaDependencyAutoConfiguration()
@Bean @Conditional(value=org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration.OnHazelcastAndJpaCondition.class) public static org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration.HazelcastInstanceJpaDependencyPostProcessor hazelcastInstanceJpaDependencyPostProcessor()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.