alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Hibernate example source code file (HIBERNATE_-_Relational_Persistence_for_Idiomatic_Java.xml)

This example Hibernate source code file (HIBERNATE_-_Relational_Persistence_for_Idiomatic_Java.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Hibernate tags/keywords

entity, entity, general, gnu, hat, hat, lesser, lesser, license, llc, middleware, public, public, red

The Hibernate HIBERNATE_-_Relational_Persistence_for_Idiomatic_Java.xml source code

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "HIBERNATE_-_Relational_Persistence_for_Idiomatic_Java.ent">
%BOOK_ENTITIES;
]>
<!--
  ~ Hibernate, Relational Persistence for Idiomatic Java
  ~
  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
  ~ indicated by the @author tags or express copyright attribution
  ~ statements applied by the authors.  All third-party contributions are
  ~ distributed under license by Red Hat Middleware LLC.
  ~
  ~ This copyrighted material is made available to anyone wishing to use, modify,
  ~ copy, or redistribute it subject to the terms and conditions of the GNU
  ~ Lesser General Public License, as published by the Free Software Foundation.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
  ~ for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public License
  ~ along with this distribution; if not, write to:
  ~ Free Software Foundation, Inc.
  ~ 51 Franklin Street, Fifth Floor
  ~ Boston, MA  02110-1301  USA
  -->

<!-- old DTD and entity declaration
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
        <!ENTITY versionNumber "WORKING">
        <!ENTITY today "TODAY">
        <!ENTITY copyrightYear "2004">
        <!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
]>
-->
<book>
<!--
    <bookinfo>
        <title>HIBERNATE - Relational Persistence for Idiomatic Java
        <subtitle>Hibernate Reference Documentation
        <releaseinfo>&versionNumber;
        <productnumber>&versionNumber;
        <pubdate>&today;
        <issuenum>1
        <mediaobject>
            <imageobject role="fo">
                <imagedata fileref="images/hibernate_logo_a.png" align="center" />
            </imageobject>
            <imageobject role="html">
                <imagedata fileref="images/hibernate_logo_a.png" depth="3cm" />
            </imageobject>
        </mediaobject>
        <copyright>
            <year>İrightYear;
            <holder>İrightHolder;
        </copyright>
        <xi:include href="legal_notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
        <xi:include href="author_group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    </bookinfo>

    <toc/>
-->
    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/persistent_classes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/basic_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/type.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/collection_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/association_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/component_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/inheritance_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/session_api.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/readonly.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/batch.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/query_hql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/query_criteria.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/query_sql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/filters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/performance.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/toolset_guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/additionalmodules.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/example_parentchild.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/example_weblog.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    <xi:include href="content/example_mappings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/best_practices.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/portability.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

    <xi:include href="content/bibliography.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</book>

Other Hibernate examples (source code examples)

Here is a short list of links related to this Hibernate HIBERNATE_-_Relational_Persistence_for_Idiomatic_Java.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.