Table IWA_Library

Libraries

Columns

Primary Key Name Type Length Precision Can Be Null Default References Action Hints Comment
true LibraryId BIGINT false Identifies the library
false ProcessModelVersionId BIGINT false IWA_ProcessModelVersion(ProcessModelVersionId) ON DELETE CASCADE References the process model version this library belongs to
false ApplicationId BIGINT false IWA_Application(ApplicationId) ON DELETE CASCADE References the application this library belongs to.
false Id VARCHAR 200 false The identifier of the library
false Version VARCHAR 50 false The version of the library
false Provider VARCHAR 200 false Java , Oracle The provider of the library
false Name VARCHAR 200 false Java , Oracle The name of the library
false Description CLOB false Java , Oracle The description of the library

Constraints

Constraint Name Columns Hints Comment
UNIQUE IWA_Library_AppIdIdVersionIndex ApplicationId , Id , Version
UNIQUE IWA_Library_ProcessModelVersionIdIndex ProcessModelVersionId

Indexes

Name Columns Hints Comment
IWA_Library_ApplicationIdIndex ApplicationId

Referenced By

Foreign Table Column Comment
IWA_LibrarySpecification LibraryId References the library this library specification belongs to.
IWA_LibrarySpecification ResolvedLibraryId The resolved runtime library which matches the specification

Cache

Object Strategy
IWA_Library ALL

Java

Object DataType Truncate
Provider true
Name true
Description String true

Oracle

Object ConvertEmptyStringToNull
Provider true
Name true
Description true