This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch merge-svcs
in repository https://gitbox.apache.org/repos/asf/airavata.git
from f41a8136c0 refine properties and namings
add 21f0051076 partial migrate openjpa to hibernate
add 61bf4ef52d add insertable=false and updateable=false to columns both a
@Column and a @JoinColumn for the same item.
No new revisions were added by this update.
Summary of changes:
airavata-api/pom.xml | 32 +------------
.../org/apache/airavata/common/utils/JPAUtils.java | 40 +++++-----------
.../entities/appcatalog/AppEnvironmentEntity.java | 3 --
.../appcatalog/ApplicationInputEntity.java | 3 --
.../appcatalog/ApplicationOutputEntity.java | 3 --
.../appcatalog/BatchQueueResourcePolicyEntity.java | 5 +-
.../appcatalog/ComputeResourcePolicyEntity.java | 6 +--
.../ComputeResourceReservationEntity.java | 3 --
.../appcatalog/GroupComputeResourcePrefEntity.java | 6 +--
.../appcatalog/GroupResourceProfileEntity.java | 2 +-
.../GroupSSHAccountProvisionerConfig.java | 5 +-
.../appcatalog/JobManagerCommandEntity.java | 2 +-
.../appcatalog/LibraryApendPathEntity.java | 3 --
.../appcatalog/LibraryPrependPathEntity.java | 3 --
.../entities/appcatalog/LocalSubmissionEntity.java | 2 +-
.../entities/appcatalog/ModuleLoadCmdEntity.java | 3 --
.../appcatalog/ParallelismCommandEntity.java | 2 +-
.../entities/appcatalog/ParserConnectorEntity.java | 6 +--
.../appcatalog/ParserConnectorInputEntity.java | 6 +--
.../entities/appcatalog/ParserInputEntity.java | 2 +-
.../entities/appcatalog/ParserOutputEntity.java | 2 +-
.../appcatalog/ParsingTemplateInputEntity.java | 4 +-
.../entities/appcatalog/PostjobCommandEntity.java | 3 --
.../entities/appcatalog/PrejobCommandEntity.java | 3 --
.../core/entities/expcatalog/ProcessEntity.java | 2 +-
.../core/entities/expcatalog/TaskEntity.java | 2 +-
.../core/utils/migration/MappingToolRunner.java | 38 ++++-----------
.../src/main/resources/META-INF/persistence.xml | 54 ++++++++++++----------
.../src/main/resources/airavata-server.properties | 16 +++----
pom.xml | 11 +++--
30 files changed, 90 insertions(+), 182 deletions(-)