@ConfigurationProperties(prefix="spring.data.neo4j") public class Neo4jProperties extends ObjectSE implements ApplicationContextAware
修飾子と型 | クラスと説明 |
---|---|
static class | Neo4jProperties.Embedded |
コンストラクターと説明 |
---|
Neo4jProperties() |
修飾子と型 | メソッドと説明 |
---|---|
org.neo4j.ogm.config.Configuration | createConfiguration() このインスタンスの状態に基づいて Configuration を作成します。 |
org.neo4j.ogm.config.AutoIndexMode | getAutoIndex() |
Neo4jProperties.Embedded | getEmbedded() |
BooleanSE | getOpenInView() |
StringSE | getPassword() |
StringSE | getUri() |
StringSE | getUsername() |
void | setApplicationContext(ApplicationContext ctx) |
void | setAutoIndex(org.neo4j.ogm.config.AutoIndexMode autoIndex) |
void | setOpenInView(BooleanSE openInView) |
void | setPassword(StringSE password) |
void | setUri(StringSE uri) |
void | setUsername(StringSE username) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public StringSE getUri()
public void setUri(StringSE uri)
public StringSE getUsername()
public void setUsername(StringSE username)
public StringSE getPassword()
public void setPassword(StringSE password)
public org.neo4j.ogm.config.AutoIndexMode getAutoIndex()
public void setAutoIndex(org.neo4j.ogm.config.AutoIndexMode autoIndex)
public BooleanSE getOpenInView()
public void setOpenInView(BooleanSE openInView)
public Neo4jProperties.Embedded getEmbedded()
public void setApplicationContext(ApplicationContext ctx) throws BeansException
ApplicationContextAware
の setApplicationContext
BeansException
public org.neo4j.ogm.config.Configuration createConfiguration()
Configuration
を作成します。Copyright © 2019 Pivotal Software, Inc.. All rights reserved.