Class ModelEntityActive
java.lang.Object
org.apache.polaris.extension.persistence.impl.eclipselink.models.ModelEntityActive
EntityActive model representing some attributes of a Polaris Entity. This is used to exchange
entity information with ENTITIES_ACTIVE table
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelEntityActive.Builderbuilder()static ModelEntityActivefromEntityActive(org.apache.polaris.core.entity.EntityNameLookupRecord record) longlonggetId()getName()longorg.apache.polaris.core.entity.PolarisEntitySubTypeintorg.apache.polaris.core.entity.PolarisEntityTypegetType()intstatic org.apache.polaris.core.entity.EntityNameLookupRecordtoEntityActive(ModelEntityActive model)
-
Constructor Details
-
ModelEntityActive
public ModelEntityActive()
-
-
Method Details
-
getCatalogId
public long getCatalogId() -
getId
public long getId() -
getParentId
public long getParentId() -
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
-
fromEntityActive
public static ModelEntityActive fromEntityActive(org.apache.polaris.core.entity.EntityNameLookupRecord record) -
toEntityActive
public static org.apache.polaris.core.entity.EntityNameLookupRecord toEntityActive(ModelEntityActive model)
-