META-INF.model.numpool.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tentackle-test-pdo Show documentation
Show all versions of tentackle-test-pdo Show documentation
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