public interface TopiaApplicationContext<K extends TopiaPersistenceContext> extends TopiaListenableSupport, TopiaServiceSupport
| Modifier and Type | Method and Description |
|---|---|
void |
closeContext() |
void |
createSchema() |
void |
dropSchema() |
com.google.common.collect.ImmutableMap<String,String> |
getConfiguration() |
<T extends TopiaEntity> |
getContractClass(Class<T> klass) |
Class<? extends TopiaEntity>[] |
getContractClasses() |
<T extends TopiaEntity> |
getImplementationClass(Class<T> klass) |
String |
getModelName() |
String |
getModelVersion() |
List<Class<?>> |
getPersistenceClasses() |
String |
getSchemaName() |
boolean |
isClosed() |
boolean |
isSchemaEmpty() |
boolean |
isTableExists(Class<?> clazz) |
K |
newPersistenceContext() |
void |
showCreateSchema() |
void |
updateSchema() |
addPropertyChangeListener, addTopiaEntitiesVetoable, addTopiaEntityListener, addTopiaEntityListener, addTopiaEntityVetoable, addTopiaEntityVetoable, addTopiaSchemaListener, addTopiaTransactionListener, addTopiaTransactionVetoable, removePropertyChangeListener, removeTopiaEntitiesVetoable, removeTopiaEntityListener, removeTopiaEntityListener, removeTopiaEntityVetoable, removeTopiaEntityVetoable, removeTopiaSchemaListener, removeTopiaTransactionListener, removeTopiaTransactionVetoablegetService, getServices, serviceEnabledK newPersistenceContext()
String getModelVersion()
String getModelName()
<T extends TopiaEntity> Class<T> getContractClass(Class<T> klass)
<T extends TopiaEntity> Class<T> getImplementationClass(Class<T> klass)
Class<? extends TopiaEntity>[] getContractClasses()
boolean isSchemaEmpty()
boolean isTableExists(Class<?> clazz)
String getSchemaName()
void createSchema()
void showCreateSchema()
void updateSchema()
void dropSchema()
void closeContext()
throws TopiaException
TopiaExceptionboolean isClosed()
Copyright © 2004–2014 CodeLutin. All rights reserved.