> + */
> +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 {It might make sense to doc this, if so. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/176/files#r31479262
