I'm trying to insert all data in a Status
with Persistent. What is the easiest way for me to make Status
(and types within it) instances of Persistent
?
I'm going to have to create PersistEntity
instances for each one right? Can anyone provide an example of one?