Package lumis.portal.dao.jpa
Annotation Type PortalEntity
-
@Documented @Target(TYPE) @Retention(RUNTIME) @StableMinor(version="16.1", sinceVersion="7.1") public @interface PortalEntity
Annotation used to integrateJPA entities
with LumisXP.- Since:
- 7.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
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.
-