Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/hibernate/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Hibernate遗留集合_Hibernate - Fatal编程技术网

Hibernate遗留集合

Hibernate遗留集合,hibernate,Hibernate,有一些hibernate导入: import org.hibernate.collection.PersistentBag; import org.hibernate.collection.PersistentCollection; import org.hibernate.collection.PersistentList; import org.hibernate.collection.PersistentMap; import org.hibernate.collection.Persis

有一些hibernate导入:

import org.hibernate.collection.PersistentBag;
import org.hibernate.collection.PersistentCollection;
import org.hibernate.collection.PersistentList;
import org.hibernate.collection.PersistentMap;
import org.hibernate.collection.PersistentSet;
import org.hibernate.collection.PersistentSortedMap;
import org.hibernate.collection.PersistentSortedSet;
包含在此hibernate依赖项中的:

           <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate</artifactId>
                <version>3.2.7.ga</version>
            </dependency>

org.hibernate
冬眠
3.2.7.ga

但我没有在4.2.5决赛中找到他们。在recente hibernate版本中,这些输入的路径是什么?

有关详细信息,请参阅最新的hibernate API

这是到的链接


这是到

的链接,那么你的问题是什么?我想这是最近的名称空间:org.hibernate.collection.internal in hibernate core dependency.:/