Annotation Type PortalEntity


  • @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    @StableMinor(version="17.0",
                 sinceVersion="7.1")
    public @interface PortalEntity
    Annotation used to integrate JPA entities with LumisXP.
    Since:
    7.1.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 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.
    • Element Detail

      • connectionId

        java.lang.String connectionId
        Indicates in which connection the entity is used in. If not specified or null 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
      • autoDeploy

        boolean autoDeploy
        Indicates whether the entity should be auto deployed by the portal.
        Returns:
        whether the entity should be auto deployed by the portal.
        Since:
        7.1.0
        Default:
        true