[Missing namespace summary documentation for N:NHibernate.Tool.hbm2net]

Classes

  ClassDescription
public classAbstractRenderer
public classAbstractSetSupport
This class manages different operation with collections.

public classBasicRenderer
public classClassMapping
public classClassName
public classCodeGenerator

public classCollectionSupport
This class contains different methods to manage Collections.

public classDOMRenderer
Summary description for DOMRenderer.

public classFieldProperty
public classFinderRenderer

Title: Basic Finder Generator for Hibernate 2

Description: Generate basic finders for hibernate properties. This requires two things in the hbm.xml files. The first is an indication of which fields you want to generate finders for. You indicate that with a meta block inside a property tag such as findByName The finder method name will be the text enclosed in the meta tags. If you want to generate a finder based on a join you can do something like this: findSavedGamessaveplayers Where foreign-finder-name will be the name of the finder when generated, foreign-finder-field is the field in the foreign class that you will want as a paramter to the finder (the criteria in the query) and foreign-join-field is the field in teh foreign class that joins to this object (in case there are more than one collection of these objects in the foreign class). After you've defined your finders, the second thing to do is to create a config file for hbm2net of the format: And then use the param to hbm2net --config=xxx.xml where xxx.xml is the config file you just created. An optional parameter is meta tag at the class level of the format: com.whatever.SessionTable.getSessionTable().getSession(); Which would be the way in which you get sessions if you use the Thread Local Session pattern like I do.

Copyright: Copyright (c) 2003


public classGenerator

public classHashSetSupport
This class manages a hash set of elements.

public classLanguageTool
public classListCollectionSupport
This class contains different methods to manage list collections.

public classMappingElement
public classMetaAttributeHelper
public classMethodSignatureBuilder
Build method signatures given lots of parameters Date: Apr 15, 2003 Time: 7:30:09 PM

public classQueryBuilder
Build queries for use in finder generation.

public classSetSupport
This class manages a set of elements.

public classSortedSetSupport
This class contains methods to manage a sorted collection.

public classStringResourceLoader
public classSubclassMapping
Place holder until we can get the superclass

public classSupportClass
Contains conversion support elements such as classes, interfaces and static methods.

public classTreeSetSupport
This class manages a tree set collection of sorted elements.

public classVelocityRenderer

Interfaces

  InterfaceDescription
public interfaceRenderer