| Modifier and Type | Method and Description |
|---|---|
EntityType |
TupleDef.getEntityType() |
| Constructor and Description |
|---|
TupleDef(EntityType entityType,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
BundleData.findEntityProperty(long ownerId,
EntityType type,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleDef |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EntityType.add(String propertyName,
PropertyDef prop) |
EntityType |
BundleDef.findType(String typeName) |
EntityType |
TypeDef.getCompoundType() |
EntityType |
PropertyDef.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityType> |
BundleDef.getAllEntityTypes()
get all non-root entities
|
| Modifier and Type | Method and Description |
|---|---|
static TypeDef |
TypeDef.buildCompoundType(EntityType compoundType)
Create entity
TypeDef based on given compoundType. |
| Modifier and Type | Method and Description |
|---|---|
BundleDef |
BundleDef.done(Collection<EntityType> values) |
| Constructor and Description |
|---|
PropertyDef(EntityType entityType) |
PropertyDef(EntityType entityType,
boolean collection) |
TypeDef(EntityType compoundType) |
| Constructor and Description |
|---|
CollectionProperty(EntityType entityType)
Creates
CollectionProperty for provided compound entityType. |
EntityProperty(EntityType entityType)
Creates entity (complex) property based on given
entityType. |
EntityProperty(long id,
EntityType entityType)
Creates entity (complex) property with id, based on given
entityType. |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EntityDiff.getType() |
| Constructor and Description |
|---|
EntityDiff(EntityType type,
long id) |
Copyright © 2021. All rights reserved.