Package lumis.portal.dao.jpa
Annotation Type PortalEntity
-
@Documented @Target(TYPE) @Retention(RUNTIME) @StableMinor(version="14.0", sinceVersion="7.1") public @interface PortalEntity
Annotation used to integrateJPA entities
with LumisXP.- Since:
- 7.1.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
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
-
-