| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.cfg |
<p>
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataSources |
MetadataSources.addCacheableFileStrictly(File file)
<b>INTENDED FOR TESTSUITE USE ONLY!</b>
<p/>
Much like
MetadataSources.addCacheableFile(java.io.File) except that here we will fail immediately if
the cache version cannot be found or used for whatever reason |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.addCacheableFileStrictly(File xmlFile)
<b>INTENDED FOR TESTSUITE USE ONLY!</b>
<p/>
Much like
Configuration.addCacheableFile(File) except that here we will fail immediately if
the cache version cannot be found or used for whatever reason |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.