My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 330
Jpa Helper is a tiny class helps users to create, update, delete and edit database records easily and may update related collections via using java reflection api. = Creating New Record = {{{ JpaHelper db = new JpaHelper("puMyPersistenceUnit"); MyEntity my = new MyEntity(); my.setText("bl...
This project deals with the "Impedence Mismatch" that occurs when JPA entities need to be returned across RMI, AMF, Web Service calls, etc. It contains Just 3 classes: 1) A PrunableEntity interface that marks your own POJO entities as "prunable". 2) An EntityPruner interface that defines the ...
<p>catstorage,中文名为“仓库猫”。这是我在JavaEye网站上看到一个“陈氏查询”的帖子,上面描述了一个动态处理查询语句的方案。在看到这个方案后,我感觉这个思路很不错。写一个包含所有查询条件的语句,每个查询条件用#加中括号隔离。如果查询时某个参数没有,把对应的查询条件去掉就是了,可以很容易处理参数不定的查询语句。</p> <p>在经过原作者同意后,就参考这个思路写了一个字符串处理框架来获得查询语句。至于得到的查询语句如何使用,则由使用者自己去处理。希望这个工具就像一只看守仓库的猫咪一样,帮助你管理好数据仓储。</p> <p>2009年8月29日,“仓库猫”正式推出0.5版,希...
=LoanDB - loan originations system reference implementation= Welcome to the LoanDB project! LoanDB is a loan originations system reference implementation using various Java and JEE open source projects. This project is take2 on my original implementation from the [http://wiki.netbeans.org/Apache...
== <font color="#003366">Visão do Projeto</font> == Componentes desenvolvidos pela equipe do PuertoRico Software. Esta primeira versão do projeto apresenta dois componentes: == <font color="#0095EB">JPA Query Builder</font> == Ferramente que auxilia na criação de telas de consulta diminuindo o...
<b>In early phase of development!</b> Analyze connections between dependencies in JPA entities. You provide entity you wish to analyze, and Entity Analyzer shows you all dependencies of the entity and all of their dependencies (it goes down the graph). Useful when struggling with performance i...
Sistema de gestion de escuelas para la eleccion de una carrera para la escuela cecyt 9.
Primeiro projeto da disciplina de BDNC em 2009.1. Um pequeno aplicativo teste apenas para mapear as classes Java usando JPA annotations e persistir os dados.
JPA
Framework that eases creation of J2SE applications that use JPA.
Students Management System Project Example Using JPA and EJB3
1 2 3 4 5 6 7 8 9 10 Next