Package lumis.portal.dao.jpa
Annotation Type PortalEntity
-
@Documented @Target(TYPE) @Retention(RUNTIME) @StableMinor(version="14.2", sinceVersion="7.1") public @interface PortalEntity
Annotation used to integrateJPA entities
with LumisXP.- Since:
- 7.1.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description 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.
-
-
-
Element Detail
-
connectionId
String connectionId
Indicates in which connection the entity is used in. If not specified ornull
is specified, the entity will be deployed into the default entity manager factory.- Returns:
- which connection the entity is used in.
- Since:
- 7.1.0
-
-