Package com.im.df.impl.db.entity
Class SQLEntityFromDTO
- java.lang.Object
-
- com.im.df.impl.db.entity.SQLEntityFromDTO
-
- All Implemented Interfaces:
com.chemaxon.dif.db.spi.entity.EntityFromDTOProvider
public final class SQLEntityFromDTO extends Object implements com.chemaxon.dif.db.spi.entity.EntityFromDTOProvider
-
-
Constructor Summary
Constructors Constructor Description SQLEntityFromDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.chemaxon.dif.db.api.entity.DBEntityAbstractImpl
createEntity(com.chemaxon.dif.db.api.schema.DBSchemaImpl schema, com.im.ijcs.api.ddl.dto.AbstractEntityInfo entityXml, com.im.commons.db.ddl.tablesets.TableSetInfo tsi, com.im.commons.progress.DFEnvironmentRW env)
-
-
-
Method Detail
-
createEntity
public com.chemaxon.dif.db.api.entity.DBEntityAbstractImpl createEntity(com.chemaxon.dif.db.api.schema.DBSchemaImpl schema, com.im.ijcs.api.ddl.dto.AbstractEntityInfo entityXml, com.im.commons.db.ddl.tablesets.TableSetInfo tsi, com.im.commons.progress.DFEnvironmentRW env)
- Specified by:
createEntity
in interfacecom.chemaxon.dif.db.spi.entity.EntityFromDTOProvider
-
-