Uses of Enum
com.objectsql.support.ORMType
Packages that use ORMType
-
Uses of ORMType in com.objectsql
Methods in com.objectsql with parameters of type ORMTypeModifier and TypeMethodDescriptionvoidBaseServiceImpl.beforeTriggerChangedListener(ORMType ormType, T original, T t, boolean updateNull, String[] nullColumns, Connection connection) voidBaseServiceImpl.beforeTriggerChangedListener(ORMType ormType, T original, T t, Connection connection) voidvoidBaseService.triggerChangedListenerImmediately(ORMType ormType, T original, T current) voidBaseService.triggerChangedListenerImmediately(ORMType ormType, T original, T current, boolean updateNull, String[] nullColumns) voidBaseServiceImpl.triggerChangedListenerImmediately(ORMType ormType, T original, T current) voidBaseServiceImpl.triggerChangedListenerImmediately(ORMType ormType, T original, T current, boolean updateNull, String[] nullColumns) voidBaseService.triggerChangedListenerWhenTransactionFinish(ServiceChangedListener serviceChangedListener, ORMType ormType, T original, T current) voidBaseService.triggerChangedListenerWhenTransactionFinish(ServiceChangedListener serviceChangedListener, ORMType ormType, T original, T current, boolean updateNull, String[] nullColumns) voidBaseServiceImpl.triggerChangedListenerWhenTransactionFinish(ServiceChangedListener serviceChangedListener, ORMType ormType, T original, T current) voidBaseServiceImpl.triggerChangedListenerWhenTransactionFinish(ServiceChangedListener serviceChangedListener, ORMType ormType, T original, T current, boolean updateNull, String[] nullColumns) voidBaseService.triggerChangeListener(ORMType ormType, T original, T t) voidBaseService.triggerChangeListener(ORMType ormType, T original, T t, boolean updateNull, String[] nullColumns) voidBaseServiceImpl.triggerChangeListener(ORMType ormType, T original, T t) voidBaseServiceImpl.triggerChangeListener(ORMType ormType, T original, T t, boolean updateNull, String[] nullColumns) voidBaseService.triggerDefaultListener(ORMType type, T t) voidBaseServiceImpl.triggerDefaultListener(ORMType type, T t) -
Uses of ORMType in com.objectsql.listener
Methods in com.objectsql.listener with parameters of type ORMType -
Uses of ORMType in com.objectsql.support
Methods in com.objectsql.support that return ORMTypeModifier and TypeMethodDescriptionPreChangeCache.getOrmType()static ORMTypeReturns 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.Methods in com.objectsql.support with parameters of type ORMTypeConstructors in com.objectsql.support with parameters of type ORMTypeModifierConstructorDescriptionPreChangeCache(ServiceChangedListener listener, ORMType ormType, RowObject rowObject)