java.lang.Object
org.apache.polaris.extension.persistence.impl.eclipselink.models.ModelEntityActive

@Entity public class ModelEntityActive extends Object
EntityActive model representing some attributes of a Polaris Entity. This is used to exchange entity information with ENTITIES_ACTIVE table
  • Constructor Details

    • ModelEntityActive

      public ModelEntityActive()
  • Method Details

    • getCatalogId

      public long getCatalogId()
    • getId

      public long getId()
    • getParentId

      public long getParentId()
    • getName

      public String getName()
    • getTypeCode

      public int getTypeCode()
    • getType

      public org.apache.polaris.core.entity.PolarisEntityType getType()
    • getSubTypeCode

      public int getSubTypeCode()
    • getSubType

      public org.apache.polaris.core.entity.PolarisEntitySubType getSubType()
    • builder

      public static ModelEntityActive.Builder builder()
    • fromEntityActive

      public static ModelEntityActive fromEntityActive(org.apache.polaris.core.entity.EntityNameLookupRecord record)
    • toEntityActive

      public static org.apache.polaris.core.entity.EntityNameLookupRecord toEntityActive(ModelEntityActive model)