|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanSession | |
|---|---|
| org.mentabean | |
| org.mentabean.jdbc | |
| Uses of BeanSession in org.mentabean |
|---|
| Methods in org.mentabean that return BeanSession | |
|---|---|
BeanSession |
MentaBean.getBeanSession()
Return the bean session being used by this menta bean. |
BeanSession |
AbstractMentaBean.getBeanSession()
|
| Methods in org.mentabean with parameters of type BeanSession | |
|---|---|
void |
AbstractMentaBean.setBeanSession(BeanSession session)
You can inject the bean session through the setter. |
| Constructors in org.mentabean with parameters of type BeanSession | |
|---|---|
AbstractMentaBean(BeanSession session)
You can inject the bean session through the constructor. |
|
| Uses of BeanSession in org.mentabean.jdbc |
|---|
| Classes in org.mentabean.jdbc that implement BeanSession | |
|---|---|
class |
AnsiSQLBeanSession
The bean session implementation based on JDBC and SQL. |
class |
FirebirdBeanSession
Firebird support. |
class |
H2BeanSession
H2 supports AUTOINCREMENT and SEQUENCE fields. |
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. |
class |
PostgreSQLBeanSession
Now in PostgreSQL is 'current_timestamp'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||