Hi there,
I want to get bean define from database,
what can i do?
Thanks
Hi there,
I want to get bean define from database,
what can i do?
Thanks
Look at this topic http://forum.springframework.org/sho...p?t=9640<br /> - code is available.Originally Posted by waspxyz
Last edited by Rod Johnson; Jan 18th, 2006 at 10:47 AM.
Thanks !Originally Posted by MHarhen
I'm working on a mechanism that can apply Spring DI to beans mapped to a database row and retrieved using Hibernate, JDO, Spring JDBC etc. The code is in the sandbox: org.springframework.beans.factory.dynamic.persist. The support is threadsafe and will allow reloading or changing the primary key to point at a different row. It's just a factory bean, and quite simple to configure.
I believe that this is a better approach than the old JdbcBeanDefinitionReader approach.