@groovy.transform.CompileStatic @org.springframework.context.annotation.Configuration @org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean(value: Neo4jDatastore) @org.springframework.boot.autoconfigure.AutoConfigureBefore(value: DispatcherServletAutoConfiguration) class Neo4jAutoConfiguration extends java.lang.Object implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.ResourceLoaderAware, org.springframework.context.ApplicationContextAware
Auto configuration for GORM for Hibernate
Modifiers | Name | Description |
---|---|---|
private org.springframework.context.ConfigurableApplicationContext |
applicationContext |
|
private org.springframework.beans.factory.BeanFactory |
beanFactory |
|
private org.springframework.core.io.ResourceLoader |
resourceLoader |
Type | Name and description |
---|---|
org.springframework.context.ConfigurableApplicationContext |
applicationContext |
org.springframework.beans.factory.BeanFactory |
beanFactory |
org.springframework.core.io.ResourceLoader |
resourceLoader |
Constructor and description |
---|
Neo4jAutoConfiguration
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Neo4jDatastore |
neo4jDatastore() |
|
Neo4jDatastoreTransactionManager |
neo4jDatastoreTransactionManager() |
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation