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,
[email protected]
www.shapeblue.com
53 Chandos Place, Covent Garden, London WC2N 4HSUK
@shapeblue