There was an error while loading. Please reload this page.
1 parent e4373f8 commit 3fc94e5Copy full SHA for 3fc94e5
models/util/support/ORMUtilSupport.cfc
@@ -207,9 +207,7 @@ component singleton {
207
208
// Hibernate Discovery
209
try {
210
-return getSession( getEntityDatasource( arguments.entity ) ).getEntityName(
211
-arguments.entity
212
-);
+return getSession( getEntityDatasource( arguments.entity ) ).getEntityName( arguments.entity );
213
} catch ( org.hibernate.TransientObjectException e ) {
214
// ignore it, it is not in session, go for long-discovery
215
}
0 commit comments