All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.model.bundle.map Maven / Gradle / Ivy

Go to download

Test depdendency to support writing PDO-based tests. Also generates the SQL-scripts for the TT tables and contains some PDO tests. This artifact must be included in test-scope only!

The newest version!

# resource bundle
name := StoredBundle
id := 8
table := bundle
alias := bndl
integrity := composite

## attributes
[root, remote, tracked, tableserial]

String(128)    name            bname              the resource bundle name [key]
String(8)      locale          blocale            the locale, null if default [key, mapnull]

## indexes
unique index udk := bname, blocale

## validations
name: @NotNull

## relations
StoredBundleKey:
 relation = composite list,
 select = eager,
 name = Keys,
 method = BundleId





© 2015 - 2024 Weber Informatics LLC | Privacy Policy