Interface IMetaObjectIndex
public interface IMetaObjectIndex
Representation of a database index for an entity member.
-
Method Summary
Modifier and TypeMethodDescriptionList<? 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
isAttributeAscending
(IMetaPrimitive attribute)
-
Method Details
-
getAttributes
List<? extends IMetaPrimitive> getAttributes()Returns the attributes for this index.- Returns:
- the attributes
-
isAttributeAscending
-
getModelGUID
UUID getModelGUID()Returns the identifier of the modeled index which is the base of this meta object index.- Returns:
- the identifier
-