Class TMSVersionDAO
java.lang.Object
org.nuiton.topia.migration.mappings.TMSVersionHibernateDao
org.nuiton.topia.migration.mappings.TMSVersionDAO
Deprecated.
TMSVersion DAO helper.
- Since:
- 2.3.4
- Author:
- Tony Chemit - chemit@codelutin.com
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuiton.topia.migration.mappings.TMSVersionHibernateDao
TMSVersionHibernateDao.GetVersionWork -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TMSVersioncreate(TopiaHibernateSupport tx, String version) Deprecated.static voidDeprecated.static TMSVersionDeprecated.static org.nuiton.version.VersiongetVersion(TopiaHibernateSupport tx, String tableName) Deprecated.static voidupdate(TopiaHibernateSupport tx, TMSVersion version) Deprecated.Methods inherited from class org.nuiton.topia.migration.mappings.TMSVersionHibernateDao
createTMSSchema, deleteAll, dropTMSSchema, getVersion, readVersion, saveVersion, update
-
Field Details
-
LEGACY_TABLE_NAME
Deprecated.- See Also:
-
TABLE_NAME
Deprecated.- See Also:
-
LEGACY_MAPPING
Deprecated.
-
-
Constructor Details
-
TMSVersionDAO
public TMSVersionDAO()Deprecated.
-
-
Method Details
-
get
Deprecated.- Throws:
TopiaException
-
create
Deprecated.- Throws:
TopiaException
-
update
Deprecated.- Throws:
TopiaException
-
deleteAll
Deprecated.- Throws:
TopiaException
-
getVersion
Deprecated.
-