Class MutableCommitLogLogEntity
- java.lang.Object
-
- org.apache.cayenne.commitlog.meta.MutableCommitLogLogEntity
-
- All Implemented Interfaces:
CommitLogEntity
public class MutableCommitLogLogEntity extends Object implements CommitLogEntity
- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description MutableCommitLogLogEntity(org.apache.cayenne.map.ObjEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisConfidential(String property)booleanisIncluded()booleanisIncluded(String property)
-
-
-
Method Detail
-
isIncluded
public boolean isIncluded(String property)
- Specified by:
isIncludedin interfaceCommitLogEntity
-
isIncluded
public boolean isIncluded()
- Specified by:
isIncludedin interfaceCommitLogEntity
-
isConfidential
public boolean isConfidential(String property)
- Specified by:
isConfidentialin interfaceCommitLogEntity
-
-