isururanawaka commented on code in PR #329: URL: https://github.com/apache/airavata/pull/329#discussion_r1020291122
########## 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: @machristie I thought UserConfigurationDataModel could contain multiples of compute resource scheduling and priorities regarding auto-scheduler. Out of them auto-scheduler selects best matching one to launch experiments -- 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