You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Daan Hoogland <da...@shapeblue.com> on 2017/03/27 07:15:14 UTC

to value objects for one table

Dear Devs,

I just came across a strange oder in the code that might have a background that some of you know about;

@Entity
@Table(name = "template_spool_ref")
public class VMTemplateStoragePoolVO implements VMTemplateStorageResourceAssoc, DataObjectInStore {…}

and

@Entity
@Table(name = "template_spool_ref")
public class TemplatePrimaryDataStoreVO implements StateObject<ObjectInDataStoreStateMachine.State> {…)

seem to represent data from the same table. Both are pretty old. Is there a reason other than the implementation of different interfaces that these should both be maintained?

Regards,


daan.hoogland@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue