Class HibernateContext.Default
java.lang.Object
one.microstream.afs.jpa.hibernate.HibernateContext.Default
- All Implemented Interfaces:
HibernateContext
- Enclosing interface:
- HibernateContext
public static class HibernateContext.Default extends Object implements HibernateContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.afs.jpa.hibernate.HibernateContext
HibernateContext.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description org.hibernate.engine.jdbc.spi.JdbcServices
jdbcServices()
org.hibernate.boot.Metadata
metadata()
Map<String,Object>
properties()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.afs.jpa.hibernate.HibernateContext
defaultCatalog, defaultSchema, dialect, persistenceUnit
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
metadata
public org.hibernate.boot.Metadata metadata()- Specified by:
metadata
in interfaceHibernateContext
-
jdbcServices
public org.hibernate.engine.jdbc.spi.JdbcServices jdbcServices()- Specified by:
jdbcServices
in interfaceHibernateContext
-
properties
- Specified by:
properties
in interfaceHibernateContext
-