• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CMP Method Names

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have used the WSAD 5.1.1 to create CMPs using bottom up approach so the beans have methods names which compare with constrains on the tables. And if there is a key relationship between tables it would create a method which would give us the local interface of the other bean which corresponds to that relationship. We have used the default constrains given by oracle when the schema was generated and it is reflecting in the CMP beans. Now I want to know if there is any way to update the beans once we change the default constrains names in the schema to meaningful ones.

Thanks in Advance..
 
reply
    Bookmark Topic Watch Topic
  • New Topic