DataClassG v2.3.0
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
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)

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




