Class DBNewEntityStandardNTO

  • All Implemented Interfaces:
    com.im.df.api.support.DFNewTypeOptions, com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions, com.im.df.api.support.DFNewTypeWellKnownOptions.EntityOptions, com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBEntity, com.im.df.api.support.DFNewTypeWellKnownOptions.NewStandardDBEntity, com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem, PropertyChangeListener, EventListener

    public final class DBNewEntityStandardNTO
    extends com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
    implements com.im.df.api.support.DFNewTypeWellKnownOptions.NewStandardDBEntity
    Author:
    Petr Hamernik
    • Field Summary

      • Fields inherited from class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO

        PROP_VALUE_GENERATOR_OPTIONS
      • Fields inherited from interface com.im.df.api.support.DFNewTypeOptions

        PROP_ERROR_MESSAGE, PROP_VALID
      • Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions

        PROP_TABLE_NAME
      • Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

        PROP_DESCRIPTION, PROP_NEW_DFITEM_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      DBNewEntityStandardNTO​(com.chemaxon.dif.db.api.entity.DBEntitiesContainer dBEntitiesContainer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getIdColumnName()  
      com.chemaxon.ijc.db.dao.data.generators.DFValueGenerator.Factory[] getValueGeneratorFactories()  
      protected void notifyTableNameChanged​(com.im.commons.db.util.SchemaQualifiedName old, com.im.commons.db.util.SchemaQualifiedName newName)  
      protected void updateStatus()  
      • Methods inherited from class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO

        assignDefaultValueGenerator, getTableName, getValueGeneratorOptions, isCreatedByImport, notifyNewDFItemNameChanged, propertyChange, setCreatedByImport, setTableName, setValueGeneratorOptions
      • Methods inherited from class com.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNTO

        getDBSchema, getSchema, getSchemaImpl
      • Methods inherited from class com.chemaxon.dif.db.api.item.newtype.SingleDFItemNTO

        getDescription, getNewDFItemName, getParentContainer, normalizeDFItemName, setDescription, setNewDFItemName, setNewDFItemNameSafe
      • Methods inherited from class com.chemaxon.dif.db.api.item.newtype.AbstractNTOImpl

        addPropertyChangeListener, firePropertyChange, getErrorMessage, isValid, removePropertyChangeListener, setErrorMessage, setValid
      • Methods inherited from interface com.im.df.api.support.DFNewTypeOptions

        addPropertyChangeListener, getErrorMessage, isValid, removePropertyChangeListener
      • Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions

        getTableName, setTableName
      • Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

        getDescription, getNewDFItemName, setDescription, setNewDFItemName, setNewDFItemNameSafe
    • Constructor Detail

      • DBNewEntityStandardNTO

        public DBNewEntityStandardNTO​(com.chemaxon.dif.db.api.entity.DBEntitiesContainer dBEntitiesContainer)
    • Method Detail

      • getIdColumnName

        public String getIdColumnName()
        Specified by:
        getIdColumnName in class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
      • updateStatus

        protected void updateStatus()
        Overrides:
        updateStatus in class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
      • notifyTableNameChanged

        protected void notifyTableNameChanged​(com.im.commons.db.util.SchemaQualifiedName old,
                                              com.im.commons.db.util.SchemaQualifiedName newName)
        Overrides:
        notifyTableNameChanged in class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
      • getValueGeneratorFactories

        public com.chemaxon.ijc.db.dao.data.generators.DFValueGenerator.Factory[] getValueGeneratorFactories()
        Overrides:
        getValueGeneratorFactories in class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO