类的使用
org.hibernate.cfg.Settings
-
使用Settings的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.engine.spi中Settings的使用
返回Settings的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 SettingsSessionFactoryDelegatingImpl. getSettings()SettingsSessionFactoryImplementor. getSettings()已过时。since 5.0; useSessionFactory.getSessionFactoryOptions()instead -
org.hibernate.internal中Settings的使用
返回Settings的org.hibernate.internal中的方法 修饰符和类型 方法 说明 SettingsSessionFactoryImpl. getSettings()
-