I was trying to implement one DataTable Editable with RowSelection enabled.
But it is throwing out an exception:
DataModel must implement org.
There are two solutions for this problem:
First one is Simpler. Adding rowKey="#{myEntity.carID}" to your p:dataTable should solve your problem