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

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

# number pool
name := NumberPool
id := 6
table := numpool
alias := npool
integrity := none

## attributes
[root, remote, fulltracked]

String(30)     name            name              the number pool name [key]
String(80)     realm           realm             pool realm, optional [MAPNULL]
String         description     description       short description
boolean        online          poolonline        true if online, else offline
long           lowWaterMark    lowmark           minimum number count before request to fill up from uplink, 0 to disable
long           requestSize     reqsize           number count to request from uplink, 0 to disable
String         uplink          uplink            uplink configuration (optional)

## indexes
unique index udk := name, realm

## validations
name: @NotNull

uplink: @NotNull(condition="$slave")

## relations

NumberRange:
 relation = composite list,
 delete = cascade





© 2015 - 2024 Weber Informatics LLC | Privacy Policy