Interface IMetaObjectIndex


public interface IMetaObjectIndex
Representation of a database index for an entity member.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    List<? extends IMetaPrimitive>
    Returns the attributes for this index.
    Returns the identifier of the modeled index which is the base of this meta object index.
    boolean
    Returns whether the specified attribute is ascending or descending in the index.
  • Method Details Link icon

    • getAttributes Link icon

      List<? extends IMetaPrimitive> getAttributes()
      Returns the attributes for this index.
      Returns:
      the attributes
    • isAttributeAscending Link icon

      boolean isAttributeAscending(IMetaPrimitive attribute)
      Returns whether the specified attribute is ascending or descending in the index.
      Parameters:
      attribute - the attribute to check
      Returns:
      true if the attribute is ascending; false if it is descending
    • getModelGUID Link icon

      UUID getModelGUID()
      Returns the identifier of the modeled index which is the base of this meta object index.
      Returns:
      the identifier