Package org.kuali.rice.kim.service.impl
Class IdentityArchiveServiceImpl.EntityArchiveWriter
java.lang.Object
org.kuali.rice.kim.service.impl.IdentityArchiveServiceImpl.EntityArchiveWriter
- All Implemented Interfaces:
Callable
- Enclosing class:
IdentityArchiveServiceImpl
store the person to the database, but do this an alternate thread to
prevent transaction issues since this service is non-transactional
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Comparator<org.kuali.rice.kim.api.identity.entity.EntityDefault> Comparator that attempts to impose a total ordering on EntityDefault instances -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
kediComparator
Comparator that attempts to impose a total ordering on EntityDefault instances
-
-
Constructor Details
-
EntityArchiveWriter
protected EntityArchiveWriter()
-
-
Method Details