org.hibernate.loader.EntityAliases is used to define the aliases Hibernate will use to extract values out of result sets. There are cases where it is given quoted names, which is does not handle at all. It needs to strip off the quoting character before trying to pass it to the ResultSet.