public interface EntityTypeRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(EntityType entityType,
Attribute attribute) |
void |
deleteAttribute(EntityType entityType,
Attribute attr) |
EntityTypeDescription |
getEntityTypeDescription(String tableOrJunctionTableName) |
void |
registerEntityType(EntityType entityType) |
void |
unregisterEntityType(EntityType entityType) |
void |
updateAttribute(EntityType entityType,
Attribute attr,
Attribute updatedAttr) |
void registerEntityType(EntityType entityType)
void unregisterEntityType(EntityType entityType)
void addAttribute(EntityType entityType, Attribute attribute)
void updateAttribute(EntityType entityType, Attribute attr, Attribute updatedAttr)
void deleteAttribute(EntityType entityType, Attribute attr)
EntityTypeDescription getEntityTypeDescription(String tableOrJunctionTableName)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.