Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.type |
Modifier and Type | Method and Description |
---|---|
HGTypeSchema<?> |
HGTypeSystem.getSchema() |
Modifier and Type | Class and Description |
---|---|
class |
JavaTypeSchema |
Modifier and Type | Method and Description |
---|---|
<T extends HGTypeSchema<?>> |
HGTypeConfiguration.getDefaultSchema()
Return the instance responsible for creating HyperGraphDB type from Java classes.
|
<T extends HGTypeSchema<?>> |
HGTypeConfiguration.getSchema(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<HGTypeSchema<?>> |
HGTypeConfiguration.getSchemas() |
Modifier and Type | Method and Description |
---|---|
void |
HGTypeConfiguration.addSchema(HGTypeSchema<?>... schemas) |
void |
HGTypeConfiguration.setDefaultSchema(HGTypeSchema<?> typeSchema)
Specify the instance responsible for creating HyperGraphDB type from Java classes.
|
Copyright © 2015. All rights reserved.