machristie commented on code in PR #329: URL: https://github.com/apache/airavata/pull/329#discussion_r1020543077
########## modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/entities/expcatalog/ComputationalResourceSchedulingEntity.java: ########## @@ -0,0 +1,162 @@ +package org.apache.airavata.registry.core.entities.expcatalog; + +import javax.persistence.*; +import java.io.Serializable; + +/** + * Persistent class for computational_resource_scheduling data table. + */ +@Entity +@Table(name = "COMPUTE_RESOURCE_SCHEDULING") +@IdClass(ComputationalResourceSchedulingPK.class) +public class ComputationalResourceSchedulingEntity implements Serializable { Review Comment: @isururanawaka no I'm saying this Entity class isn't needed. These fields from the Thrift model are saved into the user_configuration_data table. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@airavata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org