All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by hibernate with all dependencies

Search JAR files by class name

empire-db-jsf2 from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db-jsf2
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db-jsf2
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies empire-db, javax.servlet-api,
There are maybe transitive dependencies!

empire-db from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-beanutils, slf4j-api,
There are maybe transitive dependencies!

empire-db-parent from group org.apache.empire-db (version 3.1.0)

Apache Empire-db is an Open Source relational data persistence component which allows database vendor independent dynamic query definition as well as safe and simple data retrieval and updating. Compared to most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, Empire-db takes a considerably different approach, with a special focus on compile-time safety, reduced redundancies and improved developer productivity.

Group: org.apache.empire-db Artifact: empire-db-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact empire-db-parent
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization Apache Software Foundation
URL https://empire-db.apache.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

empire-db-struts2 from group org.apache.empire-db (version 2.5.1)

Group: org.apache.empire-db Artifact: empire-db-struts2
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db-struts2
Group org.apache.empire-db
Version 2.5.1
Last update 18. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies empire-db, struts2-core, struts2-portlet-plugin, xwork-core, javassist, servlet-api, jsp-api, portlet-api, commons-beanutils,
There are maybe transitive dependencies!

sumatera from group io.github.febialfarabi (version 1.0.22)

@Sumatera Model converter from ORM class to regular pojo class, the ORM term is a modelling class that doesn't like regular pojo, such like @Entity from JPA/Hibernate and so on. It can be used for mapping regular object, post data in request body where you cannot put ORM class directly in a parameter, or you cannot convert to json directly, or any other problem regarding it. You don't need anymore to create duplicate Dto / Pojo class which represent ORM class, just write your ORM class and annotate it with @Sumatera, then the regular pojo class would be generated for you.

Group: io.github.febialfarabi Artifact: sumatera
Show all versions Show documentation Show source 
 

0 downloads
Artifact sumatera
Group io.github.febialfarabi
Version 1.0.22
Last update 17. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/pojoing
License The Alfarabi License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

reflectutils from group org.azeckoski (version 0.9.20)

A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. The package was originally created by Aaron Zeckoski for the Sakai Project and Generic DAO project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things. Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.

Group: org.azeckoski Artifact: reflectutils
Show documentation Show source 
 

4 downloads
Artifact reflectutils
Group org.azeckoski
Version 0.9.20
Last update 19. April 2015
Organization not specified
URL http://code.google.com/p/reflectutils/
License Apache License 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbctemplatetool from group org.crazycake (version 1.0.4-RELEASE)

Spring JdbcTemplate did very convient and useful, but it also has some disadvantages or in another word “inconvenient”. For example, you can’t just pass an object and tell JdbcTemplate to turn it into a sql and save to database just like hibernate does. Alright, you may say “JdbcTemplate doesn’t need you to write hbm.xml , so it’s understandable”. But is it true that this thing is impossible to achieve? And also you know JdbcTemplate can auto turn the result of a query to a list of persistent object a.k.a PO, but when you want to do this you will meet a problem: “How to ?”.Because you can’t find any function of JdbcTemplate to pass a sql and a PO class as we expected. After you google for it, you’ve been told you can create a BeanPropertyRowMapper to deal with this. But isn’t it could be more easier? Based on those questions I create JdbcTemplateTool which can provide these features.

Group: org.crazycake Artifact: jdbctemplatetool
Show documentation Show source 
 

0 downloads
Artifact jdbctemplatetool
Group org.crazycake
Version 1.0.4-RELEASE
Last update 24. September 2014
Organization not specified
URL https://github.com/alexxiyang/jdbctemplatetool
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies spring-orm, persistence-api, slf4j-api, slf4j-log4j12, spring-core, camel-name-utils,
There are maybe transitive dependencies!

repository4hibernate from group net.sf.r4h (version 4.3.6.Final)

The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate. We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over and over again we encourage you to try this API on your own project and see how many lines of code YOU can replace with JUST ONE LINE.

Group: net.sf.r4h Artifact: repository4hibernate
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact repository4hibernate
Group net.sf.r4h
Version 4.3.6.Final
Last update 19. April 2014
Organization Semochkin Vitaly Evgenevich
URL http://r4h.sf.net
License GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

repository4hibernate-parent from group net.sf.r4h (version 4.1.2)

The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The a goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you will need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate. We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over and over again we encourage you to try this API on your own project and see how many lines of code YOU can replace with JUST ONE LINE.

Group: net.sf.r4h Artifact: repository4hibernate-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact repository4hibernate-parent
Group net.sf.r4h
Version 4.1.2
Last update 23. April 2012
Organization Semochkin Vitaly Evgenevich
URL http://r4h.sf.net
License GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jlue-archetypes from group net.sf.jlue (version 1.1)

Group: net.sf.jlue Artifact: jlue-archetypes
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jlue-archetypes
Group net.sf.jlue
Version 1.1
Last update 25. December 2010
Organization not specified
URL http://www.Jlue.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 127 from 129 (items total 1284)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy