Implementation of FactoryBean interface in Spring

FactoryBean is widely used within Spring as the following:

  • EmbeddedDatabaseFactoryBean
  • JndiObjectFactoryBean
  • LocalContainerEntityManagerFactoryBean
  • DateTimeFormatterFactoryBean
  • ProxyFactoryBean
  • TransactionProxyFactoryBean
  • MethodInvokingFactoryBean