Changeset 744
- Timestamp:
- 06/22/07 17:28:06 (2 years ago)
- Files:
-
- trunk/plugins/org.jalcedo.generator.client.jpa/src/org/jalcedo/generator/client/jpa/internal/model/ComponentsFactoryImpl.java (modified) (1 diff)
- trunk/plugins/org.jalcedo.generator.client.jpa/src/org/jalcedo/generator/client/jpa/internal/model/TargetEntityImpl.java (modified) (1 diff)
- trunk/plugins/org.jalcedo.generator.client.jpa/src/org/jalcedo/generator/client/jpa/model/TargetEntity.java (modified) (1 diff)
- trunk/plugins/org.jalcedo.generator.client.jpa/templates/skeleton/DataSourceGenerator.skeleton (modified) (1 diff)
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 *******************************************************************************/ 1 11 package org.jalcedo.generator.client.jpa.internal.model; 2 12 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 *******************************************************************************/ 1 11 package org.jalcedo.generator.client.jpa.internal.model; 2 12 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 *******************************************************************************/ 1 11 package org.jalcedo.generator.client.jpa.model; 2 12 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 1 12 import org.jalcedo.generator.client.beans.model.JClass; 2 13 import org.jalcedo.generator.client.beans.model.TargetBean;
