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