| Package | Description |
|---|---|
| com.objectsql | |
| com.objectsql.listener | |
| com.objectsql.support |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseServiceImpl.beforeTriggerChangedListener(ORMType ormType,
T original,
T t,
boolean updateNull,
String[] nullColumns,
Connection connection) |
void |
BaseServiceImpl.beforeTriggerChangedListener(ORMType ormType,
T original,
T t,
Connection connection) |
void |
BaseServiceImpl.changed(ORMType ormType,
RowObject rowObject) |
void |
BaseService.triggerChangedListenerImmediately(ORMType ormType,
T original,
T current) |
void |
BaseServiceImpl.triggerChangedListenerImmediately(ORMType ormType,
T original,
T current) |
void |
BaseService.triggerChangedListenerImmediately(ORMType ormType,
T original,
T current,
boolean updateNull,
String[] nullColumns) |
void |
BaseServiceImpl.triggerChangedListenerImmediately(ORMType ormType,
T original,
T current,
boolean updateNull,
String[] nullColumns) |
void |
BaseService.triggerChangedListenerWhenTransactionFinish(ServiceChangedListener serviceChangedListener,
ORMType ormType,
T original,
T current) |
void |
BaseServiceImpl.triggerChangedListenerWhenTransactionFinish(ServiceChangedListener serviceChangedListener,
ORMType ormType,
T original,
T current) |
void |
BaseService.triggerChangedListenerWhenTransactionFinish(ServiceChangedListener serviceChangedListener,
ORMType ormType,
T original,
T current,
boolean updateNull,
String[] nullColumns) |
void |
BaseServiceImpl.triggerChangedListenerWhenTransactionFinish(ServiceChangedListener serviceChangedListener,
ORMType ormType,
T original,
T current,
boolean updateNull,
String[] nullColumns) |
void |
BaseService.triggerChangeListener(ORMType ormType,
T original,
T t) |
void |
BaseServiceImpl.triggerChangeListener(ORMType ormType,
T original,
T t) |
void |
BaseService.triggerChangeListener(ORMType ormType,
T original,
T t,
boolean updateNull,
String[] nullColumns) |
void |
BaseServiceImpl.triggerChangeListener(ORMType ormType,
T original,
T t,
boolean updateNull,
String[] nullColumns) |
void |
BaseService.triggerDefaultListener(ORMType type,
T t) |
void |
BaseServiceImpl.triggerDefaultListener(ORMType type,
T t) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeListener.change(SQLService service,
ORMType ormType,
RowObject rowObject,
T original,
T current) |
void |
ServiceChangedListener.changed(ORMType ormType,
RowObject rowObject) |
void |
ChangedListener.changed(SQLService service,
ORMType ormType,
RowObject rowObject,
T original,
T current) |
| Modifier and Type | Method and Description |
|---|---|
ORMType |
PreChangeCache.getOrmType() |
static ORMType |
ORMType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ORMType[] |
ORMType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreChangeCache.setOrmType(ORMType ormType) |
| Constructor and Description |
|---|
PreChangeCache(ServiceChangedListener listener,
ORMType ormType,
RowObject rowObject) |
Copyright © 2024. All rights reserved.