Instead I am using these static methods to accomplishing cloning or
replicating of a Jenabean:
org.inqle.data.rdf.jenabean.util.BeanTool.clone(Object);
org.inqle.data.rdf.jenabean.util.BeanTool.replicate(Object);
Anyway, the take home message is that it is much simpler to create a
persistable class in inqle. Just follow these steps
(1) Add this annotation to the class name
@Namespace(RDF.INQLE) [or use your own URI]
(2) If you like, extend the proper class.
Extend GlobalJenabean if an object of this class might be reused
across the globe. THey will have a predicatable ID, on the basis of
their non-ID fields.
Extend UniqueJenabean if an object of this class will be unique, and
should be stamped with creation date etc. The will have a unique,
random ID