Interface CollectionMetadata

    • Method Detail

      • getKeyType

        Type getKeyType()
        The collection key type
      • getElementType

        Type getElementType()
        The collection element type
      • getIndexType

        Type getIndexType()
        The collection index type (or null if the collection has no index)
      • hasIndex

        boolean hasIndex()
        Is this collection indexed?
      • getRole

        java.lang.String getRole()
        The name of this collection role
      • isArray

        boolean isArray()
        Is the collection an array?
      • isPrimitiveArray

        boolean isPrimitiveArray()
        Is the collection a primitive array?
      • isLazy

        boolean isLazy()
        Is the collection lazily initialized?