The Spring Framework

Uses of Class
org.springframework.orm.hibernate3.TypeDefinitionBean

Packages that use TypeDefinitionBean
org.springframework.orm.hibernate3 Package providing integration of Hibernate3 with Spring concepts. 
 

Uses of TypeDefinitionBean in org.springframework.orm.hibernate3
 

Methods in org.springframework.orm.hibernate3 with parameters of type TypeDefinitionBean
 void LocalSessionFactoryBean.setTypeDefinitions(TypeDefinitionBean[] typeDefinitions)
          Specify the Hibernate type definitions to register with the SessionFactory, as Spring TypeDefinitionBean instances.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.