public class PostgreSqlRepositoryCollectionDecorator extends AbstractRepositoryCollectionDecorator
EntityTypeRegistry when entity types are
create, updated or deleted.| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(EntityType entityType,
Attribute attribute) |
Repository<Entity> |
createRepository(EntityType entityType) |
void |
deleteAttribute(EntityType entityType,
Attribute attr) |
void |
deleteRepository(EntityType entityType) |
void |
updateAttribute(EntityType entityType,
Attribute attr,
Attribute updatedAttr) |
void |
updateRepository(EntityType entityType,
EntityType updatedEntityType) |
delegate, getCapabilities, getEntityTypeIds, getName, getRepository, getRepository, hasRepository, hasRepository, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstreamforEach, spliteratorpublic Repository<Entity> createRepository(EntityType entityType)
createRepository in interface RepositoryCollectioncreateRepository in class AbstractRepositoryCollectionDecoratorpublic void deleteRepository(EntityType entityType)
deleteRepository in interface RepositoryCollectiondeleteRepository in class AbstractRepositoryCollectionDecoratorpublic void updateRepository(EntityType entityType, EntityType updatedEntityType)
updateRepository in interface RepositoryCollectionupdateRepository in class AbstractRepositoryCollectionDecoratorpublic void addAttribute(EntityType entityType, Attribute attribute)
addAttribute in interface RepositoryCollectionaddAttribute in class AbstractRepositoryCollectionDecoratorpublic void updateAttribute(EntityType entityType, Attribute attr, Attribute updatedAttr)
updateAttribute in interface RepositoryCollectionupdateAttribute in class AbstractRepositoryCollectionDecoratorpublic void deleteAttribute(EntityType entityType, Attribute attr)
deleteAttribute in interface RepositoryCollectiondeleteAttribute in class AbstractRepositoryCollectionDecoratorCopyright © 2018 Pivotal Software, Inc.. All rights reserved.