Uses of Interface
org.mentabean.BeanSession

Packages that use BeanSession
org.mentabean   
org.mentabean.jdbc   
 

Uses of BeanSession in org.mentabean
 

Constructors in org.mentabean with parameters of type BeanSession
BaseMentaBean(Object bean, BeanSession session)
           
 

Uses of BeanSession in org.mentabean.jdbc
 

Classes in org.mentabean.jdbc that implement BeanSession
 class H2BeanSession
          H2 supports AUTOINCREMENT and SEQUENCE fields.
 class JdbcBeanSession
          The bean session implementation based on JDBC and SQL.
 class MySQLBeanSession
          MySQL only supports auto-increment.
 class OracleBeanSession
          When using limit, Oracle will NOT sort first before limiting, so a trick must be used.
 



Copyright © 2011. All Rights Reserved.