Package io.jmix.eclipselink
Class EclipselinkConfiguration
java.lang.Object
io.jmix.eclipselink.EclipselinkConfiguration
@Configuration
@ComponentScan
@ConfigurationPropertiesScan
@EnableTransactionManagement
public class EclipselinkConfiguration
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected EntitySystemStateSupportprotected PersistentAttributesLoadCheckerpersistentAttributesLoadChecker(org.springframework.context.ApplicationContext applicationContext) 
- 
Constructor Details- 
EclipselinkConfigurationpublic EclipselinkConfiguration()
 
- 
- 
Method Details- 
persistentAttributesLoadChecker@Bean("data_PersistentAttributesLoadChecker") @Primary protected PersistentAttributesLoadChecker persistentAttributesLoadChecker(org.springframework.context.ApplicationContext applicationContext) 
- 
entitySystemStateSupport@Bean("data_EntitySystemStateSupport") @Primary protected EntitySystemStateSupport entitySystemStateSupport()
 
-