类的使用
org.hibernate.engine.jdbc.AbstractLobCreator
-
使用AbstractLobCreator的程序包 程序包 说明 org.hibernate.engine.jdbc Support for various aspects of JDBC interaction -
-
org.hibernate.engine.jdbc中AbstractLobCreator的使用
org.hibernate.engine.jdbc中AbstractLobCreator的子类 修饰符和类型 类 说明 classContextualLobCreatorLobCreatorimplementation using contextual creation against the JDBCConnectionclass's LOB creation methods.classNonContextualLobCreatorLobCreatorimplementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBCConnection.
-