Kurt Stephens > UMMF-0.25 > UMMF::UML::Export::Java::Hibernate

Download:
UMMF-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.005   Source   Latest Release: UMMF-0.26

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 ^

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.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.