Interface PropertyAccess
- All Known Subinterfaces:
LocalizedPropertyAccess
- All Known Implementing Classes:
AbstractPropertyAccess,EJBPropertyCache,EJBPropertyRowCache
public interface PropertyAccess
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddispose()getProperty(String name) booleanvoidregisterOwner(PropertyOwner owner) removeProperty(String name) voidsetProperty(String name, Object value)
-
Field Details
-
BASE_QUALIFIER
- See Also:
-
-
Method Details
-
registerOwner
-
dispose
void dispose() -
getAllProperties
Map getAllProperties() -
setProperty
-
getProperty
-
removeProperty
-
getPropertyNames
Set getPropertyNames() -
hasModifiedProperties
boolean hasModifiedProperties() -
commitProperties
- Throws:
ConsistencyCheckException
-
rollbackProperties
- Throws:
ConsistencyCheckException
-