Package lumis.portal.dao.jpa
Annotation Type PortalEntity
-
@Documented @Target(TYPE) @Retention(RUNTIME) @StableMinor(version="15.0", sinceVersion="7.1") public @interface PortalEntity
Annotation used to integrateJPA entities
with LumisXP.- Since:
- 7.1.0
- Version:
- $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
connectionId
Indicates in which connection the entity is used in.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
autoDeploy
Indicates whether the entity should be auto deployed by the portal.
-