Search: in
Hibernate
Hibernate in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Encyclopedia results for Hibernate

Hibernate





Encyclopedia results for Hibernate

  1. Hibernate (Java)

    More footnotes date April 2010 Infobox software logo Image Hibernate.png name Hibernate developer Red ... www.hibernate.org Hibernate is an object relational mapping ORM library for the Java programming ... object oriented domain model to a traditional relational database . Hibernate solves object ... related database accesses with high level object handling functions. Hibernate is free software that is distributed under the GNU Lesser General Public License . Hibernate s primary feature is mapping from Java classes to database tables and from Java data types to SQL data types . Hibernate also provides data query and retrieval facilities. Hibernate generates the SQL calls and attempts to relieve ... Java Annotations . When using an XML file, Hibernate can Program synthesis generate skeletal source code for the persistence classes. This is unnecessary when annotation is used. Hibernate can use the XML ... association between objects, Hibernate can also manage Reflexive relation reflexive associations where an object has a one to many relationship with other instances of its own data type type . Hibernate ... the default SQL type that Hibernate chooses when mapping a column to a property. Mapping Java ... columns. Persistence Hibernate provides transparent persistence for Plain Old Java Object s POJOs .... Generics in Java Java generics , introduced in Java 5, are supported. Hibernate can be configured to lazy load associated collections. Lazy loading is the default as of Hibernate 3. Related objects ... objects. Hibernate Query Language HQL Hibernate provides an SQL inspired language called Hibernate Query Language HQL which allows SQL like queries to be written against Hibernate s data objects .... Integration Hibernate can be used both in Stand alone standalone Java programming language Java ... Hibernate into version 9 of ColdFusion which runs on J2EE app servers with an abstraction layer of new functions and syntax added into CFML . Entities and components In Hibernate jargon , an entity ...   more details



  1. Polymorphic association

    Polymorphic association is a term used in discussions of Object Relational Mapping with respect to the problem of representing in the relational database domain, a relationship from one Class computer science class to multiple classes. In statically typed languages such as Java programming language Java these multiple classes are subclasses of the same Superclass database theory superclass . In languages with Duck Typing , such as Ruby programming language Ruby , this is not necessarily the case. See also Polymorphism in object oriented programming Hibernate Java References Java Persistence with HIBERNATE , Chapter 5, Bauer, Christian & Gavin, King, Manning, copyright 2007, ISBN 1 932394 8 5 External links http www.hibernate.org Hibernate Home Page Category Databases Category Object oriented programming ...   more details



  1. File:Valentin Alberti.jpg

    Summary Source http www.lostart.de nn 42196 Content Datenbank Bild,templateId hibernate,property thumbnail,param BILD ID 3D4076.jpg Rationale Artist died 70yrs ago. PD old 70 Licensing GFDL migration review ...   more details



  1. Bean Validation

    Java Bean Validation JSR 303 is a Framework computer science framework that has been approved by the Java Community Process JCP as of 16 November 2009 and is accepted as part of the Java EE 6 specification. Bean Validation defines a metadata model and API for JavaBean validation. The metadata source is annotations, with the ability to override and extend the meta data through the use of XML validation descriptors. The Hibernate Java Hibernate team provides with Hibernate Validator the reference implementation of Bean Validation and also created the Bean Validation Technology Compatibility Kit TCK any implementation of JSR 303 needs to pass. Further reading http www.infoq.com articles emmanuel bernard interview Interview with Spec Lead Emmanuel Bernard http jcp.org en jsr detail?id 303 JSR 303 Page http www.hibernate.org subprojects validator.html Hibernate Validator http docs.jboss.org hibernate stable beanvalidation tck reference html single Bean Validation TCK documentation http community.jboss.org wiki BeanValidationTCK How to run the Bean Validation TCK programming software stub Category Java platform ...   more details



  1. Java Persistence Query Language

    source Hibernate Query Language JPQL is based on the Hibernate Java Hibernate Query Language HQL Hibernate Query Language HQL , an earlier non standard query language included in the Hibernate Java Hibernate object relational mapping library. Hibernate and the HQL were created before the JPA specification. As of Hibernate 3 JPQL is a subset of HQL. See also Object relational mapping Hibernate ...   more details



  1. Java Persistence API

    into the Java Persistence API, and as of 2006 projects like Hibernate Java Hibernate version 3.2 and TopLink ... applications that use persistence, however. ref http docs.jboss.org hibernate entitymanager 3.5 reference en html single architecture javase Hibernate EntityManager Java SE environments br http docs.jboss.org hibernate entitymanager 3.5 reference en html single d0e980 Hibernate EntityManager Obtaining ... from object relational mapping tools such as Hibernate Java Hibernate and TopLink . It is generally ... the C version of the SDO API is managed via OASIS . Hibernate Hibernate Java Hibernate provides an open ... Persistence with Hibernate url http www.hibernate.org 397.html publisher JBoss accessdate 2008 11 17 quote Hibernate implements the Java Persistence object relational mapping and persistence management ... with Hibernate url http www.manning.com bauer2 publisher Manning accessdate 2008 11 17 quote Gavin King the founder of the Hibernate project ref Hibernate. He represented JBoss company JBoss on JSR220 ... controversy and speculation surrounding the relationship between JPA and Hibernate. Sun Microsystems ... draws upon the best ideas from persistence technologies such as Hibernate, TopLink, and JDO archiveurl ... 2008 08 22 ref that ideas came from several frameworks, including Hibernate and Java Data ... supporting JPA 2.0 DataNucleus formerly JPOX EclipseLink formerly TopLink Oracle TopLink Hibernate Java JBoss Hibernate OpenJPA IBM , via its http www 01.ibm.com common ssi cgi bin ssialias?subtype ... Persistence API Javadoc http docs.jboss.org hibernate entitymanager 3.5 reference en html single Hibernate EntityManager User guide http docs.jboss.org hibernate stable entitymanager api org hibernate ejb package summary.html Hibernate Javadoc org.hibernate.ejb Java Persistence API DEFAULTSORT Java ...   more details



  1. NHibernate

    About the .NET and Mono library Hibernate Infobox Software logo name NHibernate latest release version 3.0.0 latest release date release date 2010 12 04 latest preview version 3.0.0 Beta 2 latest preview date release date 2010 10 30 operating system Cross platform platform Microsoft .NET .NET 1.1 or 2.0 and Mono software Mono programming language C Sharp programming language C genre Object relational mapping license GNU Lesser General Public License website http www.nhforge.org NHibernate is an Object relational mapping ORM solution for the .NET Framework Microsoft .NET platform it provides a Software framework framework for mapping an Object oriented programming object oriented domain model to a traditional relational database . Its purpose is to relieve the developer from a significant portion of relational data Persistence computer science persistence related programming tasks. NHibernate is free software free as open source software that is distributed under the GNU Lesser General Public License . NHibernate is a port of the popular Java programming language Java O R mapper Hibernate Java Hibernate to .NET. Feature summary NHibernate s primary feature is mapping from .NET classes to database tables and from Common Language Runtime CLR data types to SQL data types . NHibernate ...&forum name hibernate devel Hibernate& 93 NHibernate joins Hibernate at JBoss Inc Bot generated ... and led by the community. Version 1.0 mirrored the feature set of Hibernate 2.1, as well as a number of features from Hibernate 3. NHibernate 1.2.1, released in November 2007 , introduced many more features from Hibernate 3 and support for .NET 2.0, stored procedure s, generics, and nullable types. NHibernate 2.0 was released August 23, 2008. It is comparable to Hibernate 3.2 in terms of features ... API called QueryOver, new Abstract syntax tree AST based parser for NHibernate s HQL Hibernate Query ... Linq for NHibernate A How To Guide Part 1 Bot generated title ref See also Hibernate Java List of object ...   more details



  1. Sash (disambiguation)

    Wiktionary sash Sash can refer to Sash fabric belt Sash window , the framing that holds panes of glass in a glazed window or door Sash German DJ producer team Stand alone shell a Unix like operating system shell, which includes many built in, statically linked, system commands. The command for the stand alone shell is sash Sash, Texas , a small community in Fannin County, Texas Fannin County The Sash Song Acronyms Spring Axis Struts and Hibernate SASH A combination stack of open source Java components identified by their initials Struts, Apache Axis, Spring Framework, and Hibernate Society for the Advancement of Sexual Health SASH foundation dedicated to helping those who suffer from sexual addiction. Formerly the National Council on Sexual Addiction & Compulsivity Single family Affordable Solar Homes , California, USA, program disambig fr charpe ja ...   more details



  1. File:Hibernate.png

    Summary logo fur REQUIRED Article Hibernate Java Use Product HIGHLY RECOMMENDED Source http www.hibernate.org ADDITIONAL INFORMATION Used for Owner Website History Commentary OVERRIDE FIELDS Description Portion Low resolution Purpose Replaceability other information Licensing Non free logo History of Image Hibernate.gif 2008 03 27T05 18 30Z User Sir Anon Sir Anon User talk Sir Anon Talk Special Contributions Sir Anon contribs 378 bytes nowiki logo fur REQUIRED Article Hibernate Java Use Product HIGHLY RECOMMENDED Source http www.hibernate.org ADDITIONAL INFORMATION Used for Owner Website History Commentary OVERRIDE FIELDS Description P nowiki 2008 03 27T05 18 30Z User Sir Anon Sir Anon User talk Sir Anon Talk Special Contributions Sir Anon contribs 249x78 2728 bytes ...   more details



  1. File:Prairie Dog Washington Zoo.JPG

    A black tailed prairie dog at the National Zoo in Washington, D.C. , forages above ground for food. During the spring, prairie dogs eat herbs, grasses, leaves, and parts of new shrubs during the summer prairie dogs search out seeds and during the fall and winter they favor stems and roots. Black tails do not store food in their burrows or hibernate. cc by sa 2.5 Aaron Siirila mtc Category Images of prairie dogs DEFAULTSORT Prairie Dog Washington Zoo.JPG ...   more details



  1. Swsusp

    lowercase swsusp swsusp Software Suspend is a suspend to disk implementation in the 2.6 series Linux kernel . It is the Linux equivalent of Microsoft Windows Windows Hibernate OS feature hibernate functionality. TuxOnIce replaces swsusp. To enable swsusp, the following should be selected during kernel configuration pre nowiki Power management options Power management support CONFIG PM Power management options Software Suspend CONFIG SOFTWARE SUSPEND Power management options dev resume partition Default resume partition CONFIG PM STD PARTITION nowiki pre The dev resume partition needs to be replaced by the actual Virtual memory swap partition that is to be used for suspending. Otherwise resume dev resume partition can be given as a parameter during system bootup. The actual suspend is done by pre nowiki echo shutdown sys power disk echo disk sys power state nowiki pre swsusp lacks some features, such as compression and graphical progress indication. You can still get them, 2.6.18 kernels allow suspend to be controlled from userspace. See also TuxOnIce , the descendant of swsusp http suspend.sf.net muswsusp userspace software for suspending to ram and or disk Category Linux kernel features linux stub ...   more details



  1. Uswsusp

    Infobox Software logo screenshot caption developer released initial release 2006 04 21 latest release version 1.0 latest release date release date 2011 03 07 latest preview version latest preview date programming language C programming language C operating system Linux language English genre license GNU General Public License website http suspend.sourceforge.net suspend.sourceforge.net uswsusp userspace swsusp software suspend is a suspend to ram and suspend to disk implementation for the Linux operating system, compatible with kernels 2.6.17 and onwards. It supports both s2ram ACPI standby and s2disk Hibernate OS feature hibernate , as well as a mode called s2both , which saves state to disk and RAM. S2both is intended for use in low battery situations where restoring from ram is desired but can t be relied on as the battery may fail causing a restore from disk to be necessary. Uswsusp supports image checksumming, compression, encryption as well as integration with Splashy . External links http suspend.sourceforge.net Official Site https launchpad.net suspend Launchpad page linux stub Category Linux ...   more details



  1. OpenReports

    Multiple issues wikify January 2011 orphan January 2011 notability December 2010 refimprove December 2010 date January 2011 OpenReports is a flexible open source web reporting solution that allows users to generate dynamic reports in a Web browser browser . OpenReports uses JasperReports , an excellent full featured open source reporting engine, and was developed using leading open source components including WebWork , Velocity, Quartz, and Hibernate. OpenReports supports a wide range of reporting requirements through three levels of Report generator report generation ref http lxer.com module newswire view 47133 LXer Linux News ref References Reflist Category Reporting software ...   more details



  1. AutoFetch

    mapping Hibernate Java Hibernate Ebean External links http www.cs.utexas.edu aibrahim autofetch ...   more details



  1. Terracotta Cluster

    Guide to Terracotta Cluster the JVM for Spring, Hibernate and POJO Scalability publisher Apress ...   more details



  1. Shard (database architecture)

    web title dbShards product overview url http www.dbshards.com ref Hibernate ORM Hibernate Java Hibernate Shards as an extension to Hibernate Core is one of the first persistence frameworks to make explicit support for shards. ref name Hibernate Shards cite web title Hibernate Shards url http shards.hibernate.org date 2 8 2007 ref The purpose of Hibernate Shards is to make the features of sharding available to developers, whilst retaining use of the Hibernate Core API. Adding shards to an existing database is an easy addition in the future, rather than a major refactor ing. ref name Hibernate Shards documentation cite web title Hibernate Shards url http www.hibernate.org hib docs shards reference ... for MySQL. Two popular ones are Hibernate Shards by Google and HiveDB http www.hivedb.org ...   more details



  1. AppFuse

    Infobox Software name AppFuse logo Image AppFuseLogo.gif 200 px AppFuse logo screenshot caption collapsible developer http raibledesigns.com Matt Raible and several other developers latest release version 2.0.2 latest release date release date 2008 05 11 latest preview version latest preview date operating system Cross platform programming language Java programming language Java genre web application framework license Apache License 2.0 website http appfuse.org AppFuse is an open source Java EE web application framework . It is designed for quick and easy start up of development, while also using open source Java technologies such as Spring Framework , Hibernate Java Hibernate and Jakarta Struts Struts . AppFuse was originally created by Matt Raible, who wanted to eliminate the ramp up time in building new web applications. AppFuse provides a project skeleton, similar to the one that s created by an Integrated Development Environment IDE when one clicks through a new web project wizard. AppFuse 1.x uses Ant to create the project, as well as build test deploy it, whereas AppFuse 2.x uses Maven 2 for these tasks. IDE support was improved in 2.0 by leveraging Maven plugins to generate IDE project files. AppFuse 1.x uses XDoclet and JDK 1.4 . Does AppFuse 2.x, then, use JDK 1.5? Unlike other new project wizards, the AppFuse wizard creates a number of additional classes and files that implement features, but also serve as examples for the developer. The project is pre configured to talk to a database, to deploy in an appserver, and to allow logging in. When AppFuse was first developed, it only supported Struts and Hibernate. In version 2.x, it supports Hibernate, iBATIS or JPA as persistence frameworks. For implementing the MVC model, AppFuse is compatible with JavaServer Faces JSF , Spring MVC, Struts 2 or Tapestry programming Tapestry . Features integrated into AppFuse includes the following Authentication and Authorization User Management Remember Me saving your login ...   more details



  1. Sleep mode

    Citations missing date July 2010 Sleep mode refers to a low power mode for electronic devices such as computers, televisions, and remote controlled devices. These modes save significant electrical consumption compared to leaving a device fully on and idle but allow the user to avoid having to reset programming codes or wait for a machine to booting reboot . Many devices signify this power mode by a pulsing LED power light. Computers Sleep mode can go by many different names, including Stand By for Microsoft Windows 98 Server 2003 , Sleep for Mac OS 8 Mac OS X , Windows Vista , Windows 7 , Windows Server 2008 , and Suspend Windows 95 , Linux . When placed in this sleep mode, aside from the RAM which is required to restore the machine s state, the computer attempts to cut power to all unneeded parts of the machine. Because of the large power savings, most laptops automatically enter this mode when the computer is running on batteries and the lid is closed. Though sleep and hibernate OS feature Hibernate are generally thought as two separate functions, some modern portable Macintoshes, ref cite web url http docs.info.apple.com article.html?path Mac 10.5 en 10328.html publisher Apple Inc title About safe sleep ref Windows Vista termed Hybrid Sleep , and some specially configured Linux machines also feature a variation of Sleep mode that incorporates the strengths of Hibernate. The RAM is copied to the hard drive before sleep mode is initiated, preserving the RAM contents in the event of a power loss. Advanced Configuration and Power Interface ACPI is the current standard for power management , superseding Advanced Power Management APM and providing the backbone for sleep and Hibernate OS feature hibernation on modern computers. Sleep mode corresponds to ACPI mode S3 . When a non ACPI device is plugged in, Windows will sometimes disable stand by functionality for the whole operating system. Without ACPI functionality, as seen on older hardware, sleep mode is usually rest ...   more details



  1. Hibernaculum (zoology)

    Otheruses Hibernaculum disambiguation File Pinn talus cave bear gulch e18.jpg thumb A potential hibernaculum File Bug Hotel Spiers.JPG thumb left An artificial hibernaculum or Bug Hotel . Hibernaculum plural form hibernacula Latin, tent for winter quarters is a word used in zoology to refer to a place of abode in which a creature seeks refuge, such as a bear using a cave to overwinter . ref http www.wildaboutgardening.org en dig dwell den section2 index.htm l7 toad winter residence ref ref http lllreptile.com info library care and husbandry articles reptilian brumation Reptilian Brumation ref Insect s may hibernation hibernate to survive the winter. The word can be used to describe a variety of shelters used by various kinds of animals, for instance, bat s and snake s. Notes reflist Dormancy Category Latin biological phrases Hibernaculum biology stub cs Zimovi t de Hibernarium fr Hibernaculum pl Hibernakulum ...   more details



  1. Secrets of the Sea

    Wikify date January 2010 Infobox album Name Secrets of the Sea Type Album Artist Loquat band Loquat Cover Loquat Secrets.jpg Released Start date 2008 Recorded Genre Length Label Talking House Records Producer Rondo Brothers and Loquat Reviews Last album It s Yours to Keep This album Secrets of the Sea Next album tracklist all lyrics Kylee Swenson all music Loquat band Loquat title1 Harder Hit title2 Who Can Even Remember? title3 Sit Sideways title4 Big Key, Little Door title5 Comedown s Worse title6 These Kinds of Friends title7 Go Hibernate title8 Clearly Now title9 In My Sleep title10 Shaky Like the Flu title11 Spiral Stairs or Escalators DEFAULTSORT Secrets Of The Sea Category 2008 albums 2000s pop album stub ...   more details



  1. Java Object Oriented Querying

    more examples See also http jooq.sourceforge.net jOOQ Home Hibernate Java Hibernate iBATIS Ebean ...   more details



  1. EasyBeans

    Infobox Software name EasyBeans logo Image Logo easybeans.png screenshot caption developer OW2 Consortium status Active latest release version 1.1.0 latest release date release date 2009 09 10 latest preview version latest preview date operating system Cross platform programming language Java programming language Java genre Enterprise JavaBean license GNU Lesser General Public License website http www.easybeans.net EasyBeans is an open source Enterprise JavaBean s EJB container hosted by the OW2 Consortium . The License used by EasyBeans is the LGPL . EasyBeans is the Enterprise JavaBean EJB 3.0.2C final release .282006 05 02.29 EJB 3.0 container of the JOnAS JOnAS application server . EasyBeans is integrated in the JOnAS JOnAS application server Java EE 5 certified application server. EasyBeans main goal is to ease the development of Enterprise JavaBean s. It uses some new architecture design like the bytecode injection with ASM ObjectWeb tool , Inversion of Control IoC , Plain Old Java Object POJO and can be embedded in OSGi bundles or other frameworks Spring Framework Java Spring , Eclipse software Eclipse plugins, etc. . It aims to provide an Enterprise JavaBean EJB 3.0.2C final release .282006 05 02.29 EJB 3.0 container as specified in the Java EE Java Platform Enterprise Edition Java EE in its fifth version. It means that EJB Types Session bean s Stateless or Stateful , EJB Types Message Driven Bean s MDB are available on EasyBeans. See also JOnAS JOnAS application server Hibernate Java Hibernate OpenEJB External links http www.easybeans.org The EasyBeans developer site http www.easybeans.net The EasyBeans site http www.jcp.org en jsr detail?id 220 JSR 220 EJB 3.0 http www.jcp.org en jsr detail?id 181 JSR 181 Web Services Metadata for the Java Platform Java Persistence API programming software stub Category OW2 Consortium Category Java enterprise platform fr EasyBeans ja EasyBeans ...   more details



  1. Teamwork (software)

    Do not use the dated prod template directly the above line is generated by subst prod reason Infobox Software name Teamwork screenshot Image Teamwork start.jpg 320px caption Teamwork introduction page developer Open Lab http www.open lab.com operating system Cross platform license Commercial genre Project management website http www.twproject.com Teamwork is a web application web based wide scoped project and groupware management tool developed by Open Lab, an Italian software house founded in 2001. It won the 17th Jolt Awards Jolt Productivity Award in 2007 in the project management category. ref http www.joltawards.com 2007 Jolt Awards website ref . It has widespread use in universities ref http www.twproject.com teamworkForUniversities.page List of universities using Teamwork ref as teaching tool in project management courses, also because it is developed in the Java programming language , which is the language used for teaching Computer Science in many universities. It is also used as project management tool by Canonical, the software house developing the Ubuntu operating system Ubuntu operating system, by Oracle Corporation Oracle , and many other software houses working in the Java ecosystem. Features Project management with Microsoft Project and Basecamp software Basecamp import export Time tracking Issue tracking Portal configuration Message boards Scrum module Meeting and minute management Agenda Integrates with iCal , Microsoft Outlook , Microsoft Entourage , and Google Calendar Subversion software Subversion integration Integration The database structure and the relative Java sources are available from Sourceforge in GPL . The applications runs in Java software platform Java JDK 5 6 on the Hibernate Java Hibernate object relational mapping. See also Project management software List of project management software List of applications with iCalendar support Project management References Reflist External links http www.twproject.com Teamwork web site Categor ...   more details



  1. 'F' Debut

    unsourced date October 2010 Infobox Album See Wikipedia WikiProject Albums Name F Debut Type studio Artist Fiona Sit Cover Released April 8, 2004 Recorded Genre Cantopop Length Label Producer Warner Music Group Warner Music Hong Kong Reviews Last album This album F Debut Next album 886 single 886 F Debut is the 1st album by Fiona Sit , and was released on April 8, 2004. It became a best seller in Hong Kong , being certified Gold album gold for sales in excess of 25,000 copies. The album contained the hit ballad XBF short for ex boyfriend and another hit Keanu Reeves Reply . The tracks on the album are XBF 4 12 Madonna s kiss 2 56 Keanu Reeves Reply 4 02 God is Male 3 13 Out 3 37 Smart 3 36 The Ugly Duckling 4 13 Hibernate 4 09 Cinemamania 4 23 XBF Soft Mix 4 03 Vie Ya Hibernate English Version 4 08 DEFAULTSORT F Debut HongKong album stub Category Albums by Hong Kong artists Category 2004 albums Category Debut albums ...   more details



  1. EJB QL

    Notability date March 2009 Refimprove date March 2009 EJB QL or EJB QL is a portable database query language for Enterprise Java Beans . It is used in Java EE applications. Compared to SQL, however, it is less complex but less powerful as well ref See the Introduction p. 4 of expert one on one J2EE Design and Development , c 2002 wrox press. ref . History The language has been inspired, especially EJB3 QL, by the native Hibernate Query Language HQL ref http docs.jboss.org hibernate stable entitymanager reference en html queryhql.html Chapter 7. EJB QL The Object Query Language ref . Differences EJB QL is a database query language similar to SQL. The used queries are somewhat different from relational SQL, as it uses a so called abstract schema of the enterprise beans instead of the relational model. In other words, EJB QL queries do not use tables and their components, but enterprise beans, their persistent state, and their relationships. The result of an SQL query is a set of rows with a fixed number of columns. The result of an EJB QL query is either a single object, a collection of entity objects of a given type, or a collection of values retrieved from CMP fields. One has to understand the data model of enterprise beans in order to write effective queries ref cite web url http java.sun.com developer EJTechTips 2003 tt0929.html archiveurl http web.archive.org web 20080513195535 http java.sun.com developer EJTechTips 2003 tt0929.html archivedate 2008 05 13 title ADVANCED EJB QL SQL vs. EJB QL Relational and Object Query Languages ref . See also HQL SQL References Reflist DEFAULTSORT Ejb Ql Category Databases Category Information science Category Query languages database stub Interwikis de EJB QL simple EJB QL tr EJB QL ...   more details




Articles 1 - 25 of 586          Next


Search   in  
Search for Hibernate in Tutorials
Search for Hibernate in Encyclopedia
Search for Hibernate in Videos
Search for Hibernate in Books
Search for Hibernate in Software
Search for Hibernate in DVDs
Search for Hibernate in Store


Advertisement




Hibernate in Encyclopedia
Hibernate top Hibernate

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.com. All Rights Reserved. Privacy Statement