NetBeans Dream Team Developers Java Community Docs Evangelits Manager of NetBeans Spanish Translation Bloggers Aristides has posted 3 posts at DZone. You can read more from them at their website. View Full User Profile

DataClassG v2.3.0

02.20.2012
| 1927 views |
  • submit to reddit

Verification for NetBeans IDE 7.0 and 7.1 of this plugin, which provides a Class Generator from DataBases, has succeeded:

http://plugins.netbeans.org/plugin/39424/dataclassg

Verification 

This new version has some changes.

Update name of Method

boolean Insert (Class object)
boolean Update (Class object)
 boolean UpdatePrimaryKey (Class object_old , Class object)
boolean Delete (Class object)
boolean Delete(String sqldelete)
boolean DeleteAll()
boolean Exists(Class object)
Class findByPrimaryKey(Class object)
findByUsername(Class object)
 boolean locateByParameters(Map parametros)
Double Func(String funcion, String campo)
Double Func(String funcion, String campo,String where)
Integer Count()
Integer Count(String sqlquery)
boolean Query(String query)
boolean SelectAll()

boolean Validate(Class object) 

 DataClassG

 

 

 

Published at DZone with permission of its author, Aristides Villarreal Bravo.

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)