<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC
        "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
        "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">

<!-- Hibernate mapping file for BuckoVidLib - Video_Genre
   - $Id: Video_Genre.hbm.xml,v 1.1 2015/04/26 23:38:41 dick Exp $
   -
   - BuckoVidLib - The BuckoSoft Video Library
   - Copyright(c) 2015 - Dick Balaska
   -
   - $Log: Video_Genre.hbm.xml,v $
   - Revision 1.1  2015/04/26 23:38:41  dick
   - Map Genres to videos.
   -
   -->

<hibernate-mapping>
	<class name="com.buckosoft.BuckoVidLib.domain.Video_Genre" table="video_genres">
		<composite-id>
			<key-property name="videoId" />
			<key-property name="genreId" />
		</composite-id>
	</class>
</hibernate-mapping>
