The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.