Uses of Package
org.springframework.orm

Packages that use org.springframework.orm
org.springframework.orm.hibernate3 Package providing integration of Hibernate3 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.hibernate3
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.
 



Copyright © 2002-2008 The Spring Framework.