
public class OrientDBConfig extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
OrientDBConfig() |
protected |
OrientDBConfig(OContextConfiguration configurations,
Map<ODatabase.ATTRIBUTES,Object> attributes,
Set<ODatabaseListener> listeners,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
static OrientDBConfigBuilder |
builder() |
static OrientDBConfig |
defaultConfig() |
Map<ODatabase.ATTRIBUTES,Object> |
getAttributes() |
ClassLoader |
getClassLoader() |
OContextConfiguration |
getConfigurations() |
Set<ODatabaseListener> |
getListeners() |
protected void |
setParent(OrientDBConfig parent) |
protected OrientDBConfig()
protected OrientDBConfig(OContextConfiguration configurations, Map<ODatabase.ATTRIBUTES,Object> attributes, Set<ODatabaseListener> listeners, ClassLoader classLoader)
public static OrientDBConfig defaultConfig()
public static OrientDBConfigBuilder builder()
public Set<ODatabaseListener> getListeners()
public OContextConfiguration getConfigurations()
public Map<ODatabase.ATTRIBUTES,Object> getAttributes()
public ClassLoader getClassLoader()
protected void setParent(OrientDBConfig parent)
Copyright © 2009–2025 OrientDB. All rights reserved.