Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 534 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 534 Bytes

avaje-ebeanorm-examples

Multiple example projects demonstrating use of ebean features

  • a-basic - This project is a simple project
  • a-bootup-programmatic - This project uses ServerConfig and EbeanServerFactory to programmatically create an EbeanServer
  • a-bootup-spring-simple - A simple Spring FactoryBean implementation, use @Inject and Ebean singleton
  • a-bootup-spring-xml - Use avaje-ebeanorm-spring to create a EbeanServer to @Inject
  • b-batch-insert - Example of batch insert processing techniques