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