org.seasar.tuigwaa.database
クラス DynaBinder

java.lang.Object
  上位を拡張 org.seasar.tuigwaa.database.DynaBinder

public class DynaBinder
extends Object

作成者:
nishioka TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

コンストラクタの概要
DynaBinder()
           
 
メソッドの概要
static void bindColumn(org.hibernate.mapping.RootClass root, TgwAttribute field)
           
static void bindColumn(org.hibernate.mapping.Table table, org.hibernate.mapping.SimpleValue value, String name, String hibernateType, boolean nullable)
           
static void bindId(org.hibernate.mapping.RootClass root, String schema)
           
static void bindManyToOne(org.hibernate.mapping.RootClass root, TgwAttribute field)
           
static org.hibernate.mapping.Property createProperty(String propertyName, org.hibernate.mapping.SimpleValue value, TgwAttribute field)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DynaBinder

public DynaBinder()
メソッドの詳細

bindColumn

public static void bindColumn(org.hibernate.mapping.RootClass root,
                              TgwAttribute field)
                       throws org.hibernate.MappingException
例外:
org.hibernate.MappingException

bindManyToOne

public static void bindManyToOne(org.hibernate.mapping.RootClass root,
                                 TgwAttribute field)
                          throws org.hibernate.MappingException,
                                 ClassNotFoundException
例外:
org.hibernate.MappingException
ClassNotFoundException

bindId

public static void bindId(org.hibernate.mapping.RootClass root,
                          String schema)
                   throws org.hibernate.MappingException
例外:
org.hibernate.MappingException

bindColumn

public static void bindColumn(org.hibernate.mapping.Table table,
                              org.hibernate.mapping.SimpleValue value,
                              String name,
                              String hibernateType,
                              boolean nullable)

createProperty

public static org.hibernate.mapping.Property createProperty(String propertyName,
                                                            org.hibernate.mapping.SimpleValue value,
                                                            TgwAttribute field)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.