NAME
UMMF::UML::Export::Java::Hibernate - A Hibernate .hbn.xml code generator.
SYNOPSIS
DESCRIPTION
This package generates XML mapping documents for Hibernate from UML documents.
USAGE
PATTERNS
a design pattern
EXPORT
None exported.
AUTHOR
Kurt Stephens, kstephens@sourceforge.net 2003/08/04
SEE ALSO
UMMF::UML::MetaModel, http://hibernate.bluemars.net
VERSION
$Revision: 1.5 $
METHODS
hbn_rootClasses
Returns a list of all root classes in the model that are not directly specified to be stored.
hbn_association_end
$self->hbn_association_end($end, $cls, $cls_table_name);
Called by hbn_class()
for each AssociationEnd where $cls
is a participant.