@Component public class EntityTypeRegistryImpl extends DefaultMolgenisTransactionListener implements EntityTypeRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(EntityType entityType,
Attribute attribute) |
void |
afterCommitTransaction(String transactionId) |
void |
deleteAttribute(EntityType entityType,
Attribute attr) |
EntityTypeDescription |
getEntityTypeDescription(String tableName) |
void |
registerEntityType(EntityType entityType) |
void |
rollbackTransaction(String transactionId) |
void |
unregisterEntityType(EntityType entityType) |
void |
updateAttribute(EntityType entityType,
Attribute attr,
Attribute updatedAttr) |
commitTransaction, doCleanupAfterCompletion, transactionStartedpublic void registerEntityType(EntityType entityType)
registerEntityType in interface EntityTypeRegistrypublic void unregisterEntityType(EntityType entityType)
unregisterEntityType in interface EntityTypeRegistrypublic void addAttribute(EntityType entityType, Attribute attribute)
addAttribute in interface EntityTypeRegistrypublic void updateAttribute(EntityType entityType, Attribute attr, Attribute updatedAttr)
updateAttribute in interface EntityTypeRegistrypublic void deleteAttribute(EntityType entityType, Attribute attr)
deleteAttribute in interface EntityTypeRegistrypublic EntityTypeDescription getEntityTypeDescription(String tableName)
getEntityTypeDescription in interface EntityTypeRegistrypublic void afterCommitTransaction(String transactionId)
afterCommitTransaction in interface TransactionListenerafterCommitTransaction in class DefaultMolgenisTransactionListenerpublic void rollbackTransaction(String transactionId)
rollbackTransaction in interface TransactionListenerrollbackTransaction in class DefaultMolgenisTransactionListenerCopyright © 2018 Pivotal Software, Inc.. All rights reserved.