package org.jboss.tools.hibernate.runtime.spi; public interface ICollectionMetadata { IType getElementType(); }