public aspect PersistingMixin
extends java.lang.Object
| Declare Summary | |||
| java.lang.String | PersistingElement.getTable()
| ||
| boolean | PersistingElement.equals(java.lang.Object)
| ||
| int | PersistingElement.hashCode()
| ||
| int | PersistingElement.compareTo(com.googlecode.n_orm.PersistingElement)
| ||
| java.lang.String | PersistingElement.toString()
| ||
| Advice Summary | |
| before(com.googlecode.n_orm.PersistingElement): creation.. | |
| Constructor and Description |
|---|
PersistingMixin() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ajc$if$eaf8038b(PersistingElement self,
org.aspectj.lang.JoinPoint.StaticPart thisJoinPointStaticPart,
org.aspectj.lang.JoinPoint thisJoinPoint,
org.aspectj.lang.JoinPoint.StaticPart thisEnclosingJoinPointStaticPart,
PersistingMixin thisAspectInstance)
|
static PersistingMixin |
getInstance()
|
java.lang.String |
getTable(java.lang.Class<? extends PersistingElement> clazz)
|
java.lang.String |
identifierToString(java.lang.String ident)
|
| Declare Detail |
public java.lang.String PersistingElement.getTable()
| Declared on: | com.googlecode.n_orm.PersistingElement |
public boolean PersistingElement.equals(java.lang.Object)
| Declared on: | com.googlecode.n_orm.PersistingElement |
public int PersistingElement.hashCode()
| Declared on: | com.googlecode.n_orm.PersistingElement |
public int PersistingElement.compareTo(com.googlecode.n_orm.PersistingElement)
| Declared on: | com.googlecode.n_orm.PersistingElement |
public java.lang.String PersistingElement.toString()
| Declared on: | com.googlecode.n_orm.PersistingElement |
| Advice Detail |
before(com.googlecode.n_orm.PersistingElement): creation..
public static PersistingMixin getInstance()
public java.lang.String getTable(java.lang.Class<? extends PersistingElement> clazz)
public java.lang.String identifierToString(java.lang.String ident)
public static final boolean ajc$if$eaf8038b(PersistingElement self, org.aspectj.lang.JoinPoint.StaticPart thisJoinPointStaticPart, org.aspectj.lang.JoinPoint thisJoinPoint, org.aspectj.lang.JoinPoint.StaticPart thisEnclosingJoinPointStaticPart, PersistingMixin thisAspectInstance)