can some one explain why jpa annotations are mainly used in appian and tell me some scenerios where it is most useful
Discussion posts and replies are publicly visible
Java Persistence API (JPA) is the Java standard for mapping Java objects to relational databases. Since Appian BPM built on the Java platform we can use JPA annotations. Please find the following URL for supported JPA annotations.
https://docs.appian.com/suite/help/21.2/Supported_XSD_Elements_and_JPA_Annotations.html#supported-jpa-annotations
can u please give a scnerio where it is useful
Assume there is a DB table created with the primary key as 'id', now you have to create a field in XSD as shown in the screenshot.
XSD: