Uses of Interface
org.springframework.orm.jdo.JdoDialect

Packages that use JdoDialect
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts.  
 

Uses of JdoDialect in org.springframework.orm.jdo
 

Methods in org.springframework.orm.jdo that return JdoDialect
 JdoDialect JdoTransactionManager.getJdoDialect()
          Return the JDO dialect to use for this transaction manager.
 JdoDialect JdoAccessor.getJdoDialect()
          Return the JDO dialect to use for this accessor.
 

Methods in org.springframework.orm.jdo with parameters of type JdoDialect
 void JdoTransactionManager.setJdoDialect(JdoDialect jdoDialect)
          Set the JDO dialect to use for this transaction manager.
 void JdoAccessor.setJdoDialect(JdoDialect jdoDialect)
          Set the JDO dialect to use for this accessor.
 



Copyright (C) 2003-2004 The Spring Framework Project.