站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Package org.springframework.orm (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Package
org.springframework.orm

Packages that use org.springframework.orm
org.springframework.orm.hibernate Package providing integration of Hibernate 2.1 with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
org.springframework.orm.toplink Package providing integration of Oracle TopLink with Spring concepts. 
 

Classes in org.springframework.orm used by org.springframework.orm.hibernate
ObjectOptimisticLockingFailureException
          Exception thrown on an optimistic locking violation for a mapped object.
ObjectRetrievalFailureException
          Exception thrown if a mapped object could not be retrieved via its identifier.
 

Classes in org.springframework.orm used by org.springframework.orm.jdo
ObjectOptimisticLockingFailureException
          Exception thrown on an optimistic locking violation for a mapped object.
ObjectRetrievalFailureException
          Exception thrown if a mapped object could not be retrieved via its identifier.
 

Classes in org.springframework.orm used by org.springframework.orm.jpa
ObjectOptimisticLockingFailureException
          Exception thrown on an optimistic locking violation for a mapped object.
ObjectRetrievalFailureException
          Exception thrown if a mapped object could not be retrieved via its identifier.
 

Classes in org.springframework.orm used by org.springframework.orm.toplink
ObjectOptimisticLockingFailureException
          Exception thrown on an optimistic locking violation for a mapped object.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.