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.JdbcServicesjdbcServices()org.hibernate.boot.Metadatametadata()Map<String,Object>properties()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
metadatain interfaceHibernateContext
-
jdbcServices
public org.hibernate.engine.jdbc.spi.JdbcServices jdbcServices()- Specified by:
jdbcServicesin interfaceHibernateContext
-
properties
- Specified by:
propertiesin interfaceHibernateContext
-