PersistentEntitiesAdapter

API

PersistentEntitiesAdapter.java
class PersistentEntitiesAdapter {
  List<Object> unmarshal(OidsDto oidsDto)
  OidsDto marshal(Iterable<Object> domainObjects)
}