railo.runtime.orm.hibernate
Class HBMCreator

java.lang.Object
  extended by railo.runtime.orm.hibernate.HBMCreator

public class HBMCreator
extends Object


Constructor Summary
HBMCreator()
           
 
Method Summary
static Struct convertToSimpleMap(String paramsStr)
           
static void createXMLMapping(PageContext pc, DatasourceConnection dc, Component cfc, ORMConfiguration ormConf, Element hibernateMapping, HibernateORMEngine engine)
           
static Property[] getIds(HibernateORMEngine engine, Component cfc, Property[] props, String tableName, boolean ignoreTableName)
           
static Property[] getIds(HibernateORMEngine engine, Component cfc, railo.runtime.orm.hibernate.PropertyCollection pc)
           
static boolean isRelated(Property prop)
           
static railo.runtime.orm.hibernate.PropertyCollection splitJoins(HibernateORMEngine engine, Component cfc, Map<String,railo.runtime.orm.hibernate.PropertyCollection> joins, Property[] props)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HBMCreator

public HBMCreator()
Method Detail

createXMLMapping

public static void createXMLMapping(PageContext pc,
                                    DatasourceConnection dc,
                                    Component cfc,
                                    ORMConfiguration ormConf,
                                    Element hibernateMapping,
                                    HibernateORMEngine engine)
                             throws PageException
Throws:
PageException

splitJoins

public static railo.runtime.orm.hibernate.PropertyCollection splitJoins(HibernateORMEngine engine,
                                                                        Component cfc,
                                                                        Map<String,railo.runtime.orm.hibernate.PropertyCollection> joins,
                                                                        Property[] props)

getIds

public static Property[] getIds(HibernateORMEngine engine,
                                Component cfc,
                                railo.runtime.orm.hibernate.PropertyCollection pc)

getIds

public static Property[] getIds(HibernateORMEngine engine,
                                Component cfc,
                                Property[] props,
                                String tableName,
                                boolean ignoreTableName)

isRelated

public static boolean isRelated(Property prop)

convertToSimpleMap

public static Struct convertToSimpleMap(String paramsStr)


Copyright © 2012 Railo