Telosys news
Website
Documentation
Twitter
Linkedin
Search…
Telosys news
Version 3.3.0 (2021-July )
DSL model annotations
DSL model "Tags"
Templates features
Templates objects
Version 4.0.0 (2022-April)
Powered By
GitBook
DSL model annotations
New annotations
Explicit
Foreign Key
with
@FK(
xx
)
@Insertable(
true|false
)
@Updatable(
true|false
)
@Optional
@Transient
New annotations for links
Link
fetch type
:
@FetchTypeLazy
@FetchTypeEager
Link by
attribute
with
@LinkByAttr(
attribName
)
@LinkByAttr(
attr1 > refAttr1 , attr2 > refAttr2 , ...
)
Link by
column
with
@LinkByCol(
column[, column2 [, columnN ] ]
)
Link by
Foreign Key
:
@LinkByFK(
fkName
)
Link by "
join entity
" (for "many to many" cardinality)
@LinkByJoinEntity(
entityName
)
Link
cardinality
:
@ManyToMany
@OneToOne
Link "mapped by" (for ORM) :
@MappedBy(
attributeName
)
Annotation removed
The useless annotation "
@SqlType
" has been removed
Previous
Version 3.3.0 (2021-July )
Next
DSL model "Tags"
Last modified
10mo ago
Copy link
Contents
New annotations
New annotations for links
Annotation removed