net.sourceforge.squirrel_sql.plugins.hibernate.mapping
Class DetailAttribute

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.mapping.DetailAttribute

public class DetailAttribute
extends Object


Constructor Summary
DetailAttribute(PropertyInfo attribute)
           
 
Method Summary
static DetailAttribute[] createDetailtAttributes(PropertyInfo[] attributes)
           
 String getAttributeName()
           
 String getClassName()
           
 String getClassNameRegardingCollection()
           
 String getCollectionClassName()
           
 String getColumnNamesString()
           
 String getTableName()
           
 boolean isIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailAttribute

public DetailAttribute(PropertyInfo attribute)
Method Detail

createDetailtAttributes

public static DetailAttribute[] createDetailtAttributes(PropertyInfo[] attributes)

getAttributeName

public String getAttributeName()

getClassName

public String getClassName()

getCollectionClassName

public String getCollectionClassName()

isIdentifier

public boolean isIdentifier()

getTableName

public String getTableName()

getColumnNamesString

public String getColumnNamesString()

getClassNameRegardingCollection

public String getClassNameRegardingCollection()


Copyright © 2001-2012. All Rights Reserved.