Kurt Stephens > UMMF > UMMF::Export::Java::Hibernate

Download:
UMMF-1.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.006   Source  

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 ^

EXPORT ^

None exported.

AUTHOR ^

Kurt Stephens, kstephens@sourceforge.net 2003/08/04

SEE ALSO ^

UMMF::UML::MetaModel, http://hibernate.bluemars.net|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.