The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UMMF::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.6 $

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.