| 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,
ORMOption option) |
void |
IBaseService.triggerChangedListenerImmediately(ORMType ormType,
T original,
T current) |
void |
BaseServiceImpl.triggerChangedListenerImmediately(ORMType ormType,
T original,
T current) |
void |
IBaseService.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 |
IBaseService.triggerChangedListenerWhenTransactionFinish(IServiceChangedListener serviceChangedListener,
ORMType ormType,
T original,
T current) |
void |
BaseServiceImpl.triggerChangedListenerWhenTransactionFinish(IServiceChangedListener serviceChangedListener,
ORMType ormType,
T original,
T current) |
void |
IBaseService.triggerChangedListenerWhenTransactionFinish(IServiceChangedListener serviceChangedListener,
ORMType ormType,
T original,
T current,
boolean updateNull,
String[] nullColumns) |
void |
BaseServiceImpl.triggerChangedListenerWhenTransactionFinish(IServiceChangedListener serviceChangedListener,
ORMType ormType,
T original,
T current,
boolean updateNull,
String[] nullColumns) |
void |
IBaseService.triggerChangeListener(ORMType ormType,
T original,
T t) |
void |
BaseServiceImpl.triggerChangeListener(ORMType ormType,
T original,
T t) |
void |
IBaseService.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 |
IBaseService.triggerDefaultListener(ORMType type,
T t) |
void |
BaseServiceImpl.triggerDefaultListener(ORMType type,
T t) |
void |
IBaseService.triggerORMListener(ORMType type,
T t) |
void |
BaseServiceImpl.triggerORMListener(ORMType type,
T t) |
void |
IBaseService.triggerORMListener(ORMType type,
T t,
boolean updateNull,
String[] nullColumns) |
void |
BaseServiceImpl.triggerORMListener(ORMType type,
T t,
boolean updateNull,
String[] nullColumns) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IChangeListener.change(ORMType ormType,
ORMOption option,
T original,
T current) |
void |
IServiceChangedListener.changed(ORMType ormType,
ORMOption option) |
default void |
IChangedListener.changed(ORMType ormType,
ORMOption option,
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(IServiceChangedListener listener,
ORMType ormType,
ORMOption option) |
Copyright © 2024. All rights reserved.