You can use a non-persistent entity where you keep track whether the user has clicked on Read more or not in a boolean per attribute.
Clicking the Read more button would flip the boolean and update the NP entity. A Non-persistable would be appropriate as it's only needed in the UI and not on the server.