Package me.ahoo.cosid.accessor
Interface CosIdSetter
- All Known Subinterfaces:
CosIdAccessor
- All Known Implementing Classes:
CosIdAccessor.NotFound,DefaultCosIdAccessor,FieldSetter,MethodSetter
public interface CosIdSetter
Interface for setting the ID value on an object.
Used by frameworks (MyBatis, etc.) to set the ID on entities.
-
Method Summary
-
Method Details
-
setId
Sets the ID value on the target object.- Parameters:
target- the object to set ID onid- the ID value to set
-