Class TMSVersionDAO

java.lang.Object
org.nuiton.topia.migration.mappings.TMSVersionHibernateDao
org.nuiton.topia.migration.mappings.TMSVersionDAO

@Deprecated public class TMSVersionDAO extends TMSVersionHibernateDao
Deprecated.
TMSVersion DAO helper.
Since:
2.3.4
Author:
Tony Chemit - chemit@codelutin.com
  • Field Details

  • Constructor Details

    • TMSVersionDAO

      public TMSVersionDAO()
      Deprecated.
  • Method Details

    • get

      public static TMSVersion get(org.nuiton.topia.persistence.support.TopiaHibernateSupport tx) throws org.nuiton.topia.persistence.TopiaException
      Deprecated.
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • create

      public static TMSVersion create(org.nuiton.topia.persistence.support.TopiaHibernateSupport tx, String version) throws org.nuiton.topia.persistence.TopiaException
      Deprecated.
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • update

      public static void update(org.nuiton.topia.persistence.support.TopiaHibernateSupport tx, TMSVersion version) throws org.nuiton.topia.persistence.TopiaException
      Deprecated.
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • deleteAll

      public static void deleteAll(org.nuiton.topia.persistence.support.TopiaHibernateSupport tx) throws org.nuiton.topia.persistence.TopiaException
      Deprecated.
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • getVersion

      public static org.nuiton.version.Version getVersion(org.nuiton.topia.persistence.support.TopiaHibernateSupport tx, String tableName)
      Deprecated.