|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.migration.MigrationServiceDAOHelper
public class MigrationServiceDAOHelper
| Nested Class Summary | |
|---|---|
static class |
MigrationServiceDAOHelper.MigrationServiceEntityEnum
|
| Constructor Summary | |
|---|---|
protected |
MigrationServiceDAOHelper()
MigrationServiceDAOHelper : |
| Method Summary | ||
|---|---|---|
static
|
getContractClass(Class<T> klass)
getContractClass : |
|
static Class<? extends TopiaEntity>[] |
getContractClasses()
getContractClasses : |
|
static MigrationServiceDAOHelper.MigrationServiceEntityEnum[] |
getContracts()
getContracts : |
|
static
|
getDAO(TopiaContext context,
Class<T> klass)
getDAO : |
|
static
|
getDAO(TopiaContext context,
T entity)
getDAO : |
|
static
|
getImplementationClass(Class<T> klass)
getImplementationClass : |
|
static Class<? extends TopiaEntity>[] |
getImplementationClasses()
getImplementationClasses : |
|
static String |
getImplementationClassesAsString()
getImplementationClassesAsString : |
|
static String |
getModelVersion()
getModelVersion : |
|
static TMSVersionDAO |
getTMSVersionDAO(TopiaContext context)
getTMSVersionDAO : |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MigrationServiceDAOHelper()
| Method Detail |
|---|
public static String getModelVersion()
public static TMSVersionDAO getTMSVersionDAO(TopiaContext context)
throws TopiaException
context -
TopiaException
public static <T extends TopiaEntity,D extends TopiaDAO<? super T>> D getDAO(TopiaContext context,
Class<T> klass)
throws TopiaException
context - klass -
TopiaException
public static <T extends TopiaEntity,D extends TopiaDAO<? super T>> D getDAO(TopiaContext context,
T entity)
throws TopiaException
context - entity -
TopiaExceptionpublic static <T extends TopiaEntity> Class<T> getContractClass(Class<T> klass)
klass -
public static <T extends TopiaEntity> Class<T> getImplementationClass(Class<T> klass)
klass -
public static Class<? extends TopiaEntity>[] getContractClasses()
public static Class<? extends TopiaEntity>[] getImplementationClasses()
public static String getImplementationClassesAsString()
public static MigrationServiceDAOHelper.MigrationServiceEntityEnum[] getContracts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||