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

META-INF.model.bundlekey.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!

# bundle key with translation
name := StoredBundleKey
id := 9
table := bundlekey
alias := bkey
integrity := composite

## attributes
[remote, tracked]

long           bundleId          bundle_id        the bundle id
String         key               bkey             the resource bundle key
String         value             bvalue           the localized string

## indexes
index bundle := bundle_id

## validations
key: @NotNull
value: @NotNull

## relations
StoredBundle:
   relation = serialized,
   name = Bundle





© 2015 - 2024 Weber Informatics LLC | Privacy Policy