@ConfigurationProperties(prefix="spring.data.orient") public class OrientProperties extends Object
| Constructor and Description |
|---|
OrientProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxPoolSize() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
public String getUrl()
public void setUrl(String url)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
Copyright © 2015–2016 OrientDB. All rights reserved.