类的使用
org.hibernate.engine.loading.internal.LoadContexts
-
使用LoadContexts的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.loading.internal Internal classes used to track loading of data, potentially across multiple ResultSetsorg.hibernate.engine.spi -
-
org.hibernate.engine.internal中LoadContexts的使用
返回LoadContexts的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 LoadContextsStatefulPersistenceContext. getLoadContexts() -
org.hibernate.engine.loading.internal中LoadContexts的使用
返回LoadContexts的org.hibernate.engine.loading.internal中的方法 修饰符和类型 方法 说明 LoadContextsCollectionLoadContext. getLoadContext()参数类型为LoadContexts的org.hibernate.engine.loading.internal中的构造器 构造器 说明 CollectionLoadContext(LoadContexts loadContexts, ResultSet resultSet)Creates a collection load context for the given result set.EntityLoadContext(LoadContexts loadContexts, ResultSet resultSet) -
org.hibernate.engine.spi中LoadContexts的使用
返回LoadContexts的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 LoadContextsPersistenceContext. getLoadContexts()Retrieve this persistence context's managed load context.
-