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) |
protected RepositoryCollection |
delegate() |
void |
deleteAttribute(EntityType entityType,
Attribute attr) |
void |
deleteRepository(EntityType entityType) |
void |
updateAttribute(EntityType entityType,
Attribute attr,
Attribute updatedAttr) |
void |
updateRepository(EntityType entityType,
EntityType updatedEntityType) |
getCapabilities, getEntityTypeIds, getName, getRepository, getRepository, hasRepository, hasRepository, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstreamforEach, spliteratorprotected RepositoryCollection delegate()
delegate in class AbstractRepositoryCollectionDecoratorpublic 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)
public 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 © 2017. All rights reserved.