public static class LockingStrategy.AbstractStrategy extends Object implements LockingStrategy
LockingStrategy.AbstractStrategy
Constructor and Description |
---|
LockingStrategy.AbstractStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
accessed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
changed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
loaded(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
public void loaded(JDBCCMPFieldBridge field, CmpEntityBeanContext ctx)
loaded
in interface LockingStrategy
public void accessed(JDBCCMPFieldBridge field, CmpEntityBeanContext ctx)
accessed
in interface LockingStrategy
public void changed(JDBCCMPFieldBridge field, CmpEntityBeanContext ctx)
changed
in interface LockingStrategy
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.