package org.jboss.tools.hibernate.runtime.spi; public interface IMappings { void addClass(IPersistentClass persistentClass); }