Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.vdb | |
org.komodo.relational.vdb.internal |
Modifier and Type | Method and Description |
---|---|
static Entry |
RelationalModelFactory.createEntry(Repository.UnitOfWork transaction,
Repository repository,
Vdb parentVdb,
String entryName,
String entryPath) |
Modifier and Type | Field and Description |
---|---|
static Entry[] |
Entry.NO_ENTRIES
An empty array of VDB entries.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Entry> |
Entry.RESOLVER
The resolver of a
Entry . |
Modifier and Type | Method and Description |
---|---|
Entry |
Vdb.addEntry(Repository.UnitOfWork transaction,
String entryName,
String entryPath) |
Entry[] |
Vdb.getEntries(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
EntryImpl
An implementation of a VDB entry.
|
Modifier and Type | Method and Description |
---|---|
Entry |
VdbImpl.addEntry(Repository.UnitOfWork transaction,
String entryName,
String entryPath) |
Entry[] |
VdbImpl.getEntries(Repository.UnitOfWork transaction,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.