Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 216993 Details for
Bug 381941
Bug fix for FAST_TABLE_CREATOR, Symfoware
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
EmployeeSystem.java
EmployeeSystem.java.patch (text/plain), 1.85 KB, created by
Takuji Okubo
on 2012-06-07 00:36:45 EDT
(
hide
)
Description:
EmployeeSystem.java
Filename:
MIME Type:
Creator:
Takuji Okubo
Created:
2012-06-07 00:36:45 EDT
Size:
1.85 KB
patch
obsolete
>Index: foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeSystem.java >=================================================================== >--- foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeSystem.java (revision 11623) >+++ foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeSystem.java (working copy) >@@ -118,6 +118,39 @@ > } catch (Exception e) { > } > } >+ } else { >+ try { >+ session.executeNonSelectingCall(new SQLCall("DELETE FROM PHONE")); >+ } catch (Exception e) { >+ } >+ try { >+ session.executeNonSelectingCall(new SQLCall("DELETE FROM RESPONS")); >+ } catch (Exception e) { >+ } >+ try { >+ session.executeNonSelectingCall(new SQLCall("DELETE FROM SALARY")); >+ } catch (Exception e) { >+ } >+ try { >+ session.executeNonSelectingCall(new SQLCall("DELETE FROM PROJ_EMP")); >+ } catch (Exception e) { >+ } >+ try { >+ session.executeNonSelectingCall(new SQLCall("DELETE FROM LPROJECT")); >+ } catch (Exception e) { >+ } >+ try { >+ session.executeNonSelectingCall(new SQLCall("DELETE FROM PROJECT")); >+ } catch (Exception e) { >+ } >+ try { >+ session.executeNonSelectingCall(new SQLCall("DELETE FROM EMPLOYEE")); >+ } catch (Exception e) { >+ } >+ try { >+ session.executeNonSelectingCall(new SQLCall("DELETE FROM ADDRESS")); >+ } catch (Exception e) { >+ } > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 381941
: 216993