Changeset 744

Show
Ignore:
Timestamp:
06/22/07 17:28:06 (2 years ago)
Author:
koshi
Message:

beansプラグインのアーキテクチャ変更に伴う修正, @Entity/@Id自動取得バグ修正

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/org.jalcedo.generator.client.jpa/src/org/jalcedo/generator/client/jpa/internal/model/ComponentsFactoryImpl.java

    r728 r744  
     1/******************************************************************************* 
     2 * Copyright (c) 2007 NEC Soft, Ltd. 
     3 * All rights reserved. This program and the accompanying materials 
     4 * are made available under the terms of the Eclipse Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/epl-v10.html 
     7 * 
     8 * Contributors: 
     9 *     NEC Soft, Ltd.- initial API and implementation 
     10 *******************************************************************************/ 
    111package org.jalcedo.generator.client.jpa.internal.model; 
    212 
  • trunk/plugins/org.jalcedo.generator.client.jpa/src/org/jalcedo/generator/client/jpa/internal/model/TargetEntityImpl.java

    r738 r744  
     1/******************************************************************************* 
     2 * Copyright (c) 2007 NEC Soft, Ltd. 
     3 * All rights reserved. This program and the accompanying materials 
     4 * are made available under the terms of the Eclipse Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/epl-v10.html 
     7 * 
     8 * Contributors: 
     9 *     NEC Soft, Ltd.- initial API and implementation 
     10 *******************************************************************************/ 
    111package org.jalcedo.generator.client.jpa.internal.model; 
    212 
  • trunk/plugins/org.jalcedo.generator.client.jpa/src/org/jalcedo/generator/client/jpa/model/TargetEntity.java

    r738 r744  
     1/******************************************************************************* 
     2 * Copyright (c) 2007 NEC Soft, Ltd. 
     3 * All rights reserved. This program and the accompanying materials 
     4 * are made available under the terms of the Eclipse Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/epl-v10.html 
     7 * 
     8 * Contributors: 
     9 *     NEC Soft, Ltd.- initial API and implementation 
     10 *******************************************************************************/ 
    111package org.jalcedo.generator.client.jpa.model; 
    212 
  • trunk/plugins/org.jalcedo.generator.client.jpa/templates/skeleton/DataSourceGenerator.skeleton

    r728 r744  
     1/******************************************************************************* 
     2 * Copyright (c) 2007 NEC Soft, Ltd. 
     3 * All rights reserved. This program and the accompanying materials 
     4 * are made available under the terms of the Eclipse Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/epl-v10.html 
     7 * 
     8 * Contributors: 
     9 *     NEC Soft, Ltd.- initial API and implementation 
     10 *******************************************************************************/ 
     11 
    112import org.jalcedo.generator.client.beans.model.JClass; 
    213import org.jalcedo.generator.client.beans.model.TargetBean;