Annotation Type PortalEntity

    • 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 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