Uses of Class
org.operaton.bpm.engine.management.TableMetaData
Packages that use TableMetaData
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of TableMetaData in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return TableMetaDataModifier and TypeMethodDescriptionManagementService.getTableMetaData(String tableName) Gets the metadata (column names, column types, etc.) of a certain table. -
Uses of TableMetaData in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return TableMetaData -
Uses of TableMetaData in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return TableMetaData -
Uses of TableMetaData in org.operaton.bpm.engine.impl.persistence.entity
Methods in org.operaton.bpm.engine.impl.persistence.entity that return TableMetaData