> + */
> +package org.jclouds.jdbc.entity;
> +
> +import com.google.common.collect.ImmutableList;
> +
> +import javax.persistence.ElementCollection;
> +import javax.persistence.Entity;
> +import javax.persistence.FetchType;
> +import javax.persistence.GeneratedValue;
> +import javax.persistence.GenerationType;
> +import javax.persistence.Id;
> +import java.util.Date;
> +import java.util.List;
> +
> +@Entity
> +public class PayloadEntity {

Is it possible? These are entities, not values. I think the ORM needs them to 
be mutable.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/176/files#r31476008

Reply via email to