mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
Fixed up some SessionFactory-related deprecation warnings
This commit is contained in:
parent
6d69318aae
commit
dd5a8c97af
@ -13,6 +13,7 @@
|
|||||||
import org.hibernate.SessionFactory;
|
import org.hibernate.SessionFactory;
|
||||||
import org.hibernate.SessionFactoryObserver;
|
import org.hibernate.SessionFactoryObserver;
|
||||||
import org.hibernate.boot.model.relational.SqlStringGenerationContext;
|
import org.hibernate.boot.model.relational.SqlStringGenerationContext;
|
||||||
|
import org.hibernate.boot.spi.SessionFactoryOptions;
|
||||||
import org.hibernate.cache.spi.CacheImplementor;
|
import org.hibernate.cache.spi.CacheImplementor;
|
||||||
import org.hibernate.context.spi.CurrentTenantIdentifierResolver;
|
import org.hibernate.context.spi.CurrentTenantIdentifierResolver;
|
||||||
import org.hibernate.engine.jdbc.spi.JdbcServices;
|
import org.hibernate.engine.jdbc.spi.JdbcServices;
|
||||||
@ -151,6 +152,11 @@ default MappingMetamodelImplementor getMappingMetamodel() {
|
|||||||
|
|
||||||
WrapperOptions getWrapperOptions();
|
WrapperOptions getWrapperOptions();
|
||||||
|
|
||||||
|
SessionFactoryOptions getSessionFactoryOptions();
|
||||||
|
|
||||||
|
FilterDefinition getFilterDefinition(String filterName);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user