BAEL-2436

* BAEL-2436 Type Safe Criteria Queries Using Hibernate Metamodel

* Formattng fixes

* Formatting fixes
This commit is contained in:
raghav-jha
2018-12-28 04:22:09 +05:30
committed by Emily Cheyne
parent 6f93d7f2b1
commit 07f762dfc8
2 changed files with 0 additions and 2 deletions
@@ -35,7 +35,6 @@ public class HibernateUtil {
Metadata metadata = metadataSources.getMetadataBuilder()
.applyBasicType(LocalDateStringType.INSTANCE)
.build();
return metadata.getSessionFactoryBuilder().build();
} catch (IOException ex) {
throw new ExceptionInInitializerError(ex);