public aspect IncrementManagement
extends java.lang.Object
| Constructor and Description |
|---|
IncrementManagement() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ajc$if$2$a997ece9(PersistingElement self,
java.lang.Object newValue,
org.aspectj.lang.JoinPoint.StaticPart thisJoinPointStaticPart,
org.aspectj.lang.JoinPoint thisJoinPoint,
org.aspectj.lang.JoinPoint.StaticPart thisEnclosingJoinPointStaticPart,
IncrementManagement thisAspectInstance)
|
java.lang.Number |
getActualIncrement(java.lang.Number val,
java.lang.Number oldVal,
java.lang.Number previousIncrement,
java.lang.reflect.Field prop)
|
static IncrementManagement |
getInstance()
|
static boolean |
isImmedatePropertyCheck()
Whether setting a property marked as
Incrementing immediately triggers an check that might throw an IncrementException. |
static void |
setImmedatePropertyCheck(boolean _immedatePropertyCheck)
Whether setting a property marked as
Incrementing immediately triggers an check that might throw an IncrementException. |
| Advice Detail |
after(com.googlecode.n_orm.PropertyManagement$PropertyFamily):
| Advises: | com.googlecode.n_orm.PropertyManagement.PropertyFamily.clearChanges |
before(com.googlecode.n_orm.PersistingElement,java.lang.Object):
public static IncrementManagement getInstance()
public static boolean isImmedatePropertyCheck()
Incrementing immediately triggers an check that might throw an IncrementException.public static void setImmedatePropertyCheck(boolean _immedatePropertyCheck)
Incrementing immediately triggers an check that might throw an IncrementException.public java.lang.Number getActualIncrement(java.lang.Number val,
java.lang.Number oldVal,
java.lang.Number previousIncrement,
java.lang.reflect.Field prop)
throws IncrementException
IncrementExceptionpublic static final boolean ajc$if$2$a997ece9(PersistingElement self, java.lang.Object newValue, org.aspectj.lang.JoinPoint.StaticPart thisJoinPointStaticPart, org.aspectj.lang.JoinPoint thisJoinPoint, org.aspectj.lang.JoinPoint.StaticPart thisEnclosingJoinPointStaticPart, IncrementManagement thisAspectInstance)