| Package | Description |
|---|---|
| org.mentabean | |
| org.mentabean.event | |
| org.mentabean.jdbc | |
| org.mentabean.sql |
| Modifier and Type | Method and Description |
|---|---|
BeanSession |
MentaBean.getBeanSession()
Return the bean session being used by this MentaBean.
|
BeanSession |
AbstractMentaBean.getBeanSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMentaBean.setBeanSession(BeanSession session)
You can inject the bean session through the setter.
|
| Constructor and Description |
|---|
AbstractMentaBean(BeanSession session)
You can inject the bean session through the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BeanSession |
TriggerEvent.getSession() |
| Constructor and Description |
|---|
TriggerEvent(BeanSession session,
Object bean) |
| Modifier and Type | Class and Description |
|---|---|
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'.
|
| Constructor and Description |
|---|
TableAlias(BeanSession session,
BeanConfig config,
Class<? extends E> beanClass) |
TableAlias(BeanSession session,
BeanConfig config,
Class<? extends E> beanClass,
String prefix) |
Copyright © 2016. All Rights Reserved.