| Modifier and Type | Method and Description |
|---|---|
Optional<ColumnMetadataDto> |
MetadataDaoImpl.getMetadata(TupleDef tupleDef) |
Optional<ColumnMetadataDto> |
MetadataDao.getMetadata(TupleDef tupleDef) |
| Modifier and Type | Method and Description |
|---|---|
BundleTableMetadataDto |
TableMetadataServiceImpl.getMetadata(Collection<TupleDef> tupleDefs) |
BundleTableMetadataDto |
TableMetadataService.getMetadata(Collection<TupleDef> tupleDefs) |
| Modifier and Type | Method and Description |
|---|---|
TupleDef |
TupleDef.add(String column,
String type) |
TupleDef |
TupleDef.add(String column,
String type,
String propertyName)
add column mapping to this tuple
|
TupleDef |
Tuple.getDef() |
| Constructor and Description |
|---|
Tuple(TupleDef def,
long id,
long bundleId,
long ownerId,
String collectionName) |
| Modifier and Type | Method and Description |
|---|---|
TupleDef |
TupleBatch.getDef() |
| Constructor and Description |
|---|
TupleBatch(TupleDef def) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DynamicDao.existsEntity(long bundleId,
TupleDef def) |
List<Tuple> |
DynamicDao.fetchTable(long id,
TupleDef def) |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple> |
DynamicServiceImpl.fetchAllTuples(long id,
int revision,
List<TupleDef> tupleDefs) |
List<Tuple> |
DynamicService.fetchAllTuples(long id,
int revision,
List<TupleDef> tupleDefs) |
| Constructor and Description |
|---|
DynamicRowMapper(TupleDef def,
DaoConfig conf,
long bid) |
| Modifier and Type | Method and Description |
|---|---|
TupleDef |
BundleDef.getRootTupleDef() |
TupleDef |
BundleDef.getTupleDef(String typeName) |
TupleDef |
BundleDef.getTupleDef(String typeName,
boolean checkRoot) |
| Modifier and Type | Method and Description |
|---|---|
List<TupleDef> |
BundleDef.getTupleDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleDef.setRootTupleDef(TupleDef rootTupleDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleDef.setTupleDefs(Collection<TupleDef> tupleDefs) |
Copyright © 2021. All rights reserved.