Interface EntityState
-
- All Known Implementing Classes:
AbstractEntityState
public interface EntityStaterepresents the cached or transaction bound state of an hjmp entity bean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFullBeanName()PKgetPK()
-
-
-
Method Detail
-
getPK
PK getPK()
-
getFullBeanName
java.lang.String getFullBeanName()
-
-