Class AbstractRepoTable

java.lang.Object
org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
Direct Known Subclasses:
ConfigRepoTable, DataRepoTable, EntitiesRepoTable, RevisionsRepoTable, TopologyplanRepoTable, UsersRepoTable

public abstract class AbstractRepoTable extends Object
Author:
gvSIG Team
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • AbstractRepoTable

      public AbstractRepoTable(String tableName, org.gvsig.fmap.dal.feature.FeatureType featureType)
  • Method Details

    • getTableName

      public String getTableName()
    • getFeatureType

      public org.gvsig.fmap.dal.feature.FeatureType getFeatureType()