001    package railo.runtime.orm.hibernate;
002    
003    public interface Entity {
004            public String name();
005    }