org.jcoderz.commons.taskdefs
Class XtremeDocs.HibernateInfoData

java.lang.Object
  extended by org.jcoderz.commons.taskdefs.XtremeDocs.HibernateInfoData
Enclosing class:
XtremeDocs

public static class XtremeDocs.HibernateInfoData
extends Object

The Class HibernateInfoData.


Constructor Summary
XtremeDocs.HibernateInfoData()
           
 
Method Summary
static XtremeDocs.HibernateInfoData create()
          Create the hibernate info data.
 String getForeignKeyPrefix()
          Gets the foreign key prefix.
 String getForeignKeySuffix()
           
 String getPackagePrefix()
          Gets the package prefix.
 String getPackageSuffix()
          Gets the package suffix.
 String getSessionFactory()
          Gets the session factory.
 String getTableNamePrefix()
          Gets the table name prefix.
 String getTableNameSuffix()
          Gets the table name suffix.
 void setForeignKeyPrefix(String foreignKeyPrefix)
          Sets the foreign key prefix.
 void setForeignKeySuffix(String foreignKeySuffix)
          Sets the foreign key suffix.
 void setPackagePrefix(String packagePrefix)
          Sets the package prefix.
 void setPackageSuffix(String packageSuffix)
          Sets the package suffix.
 void setSessionFactory(String hibernateSessionFactory)
          Sets the session factory.
 void setTableNamePrefix(String tableNamePrefix)
          Sets the table name prefix.
 void setTableNameSuffix(String tableNameSuffix)
          Sets the table name suffix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtremeDocs.HibernateInfoData

public XtremeDocs.HibernateInfoData()
Method Detail

create

public static XtremeDocs.HibernateInfoData create()
Create the hibernate info data.

Returns:
the hibernate info data

setSessionFactory

public void setSessionFactory(String hibernateSessionFactory)
Sets the session factory.

Parameters:
hibernateSessionFactory - the new session factory

getSessionFactory

public String getSessionFactory()
Gets the session factory.

Returns:
the session factory

setPackagePrefix

public void setPackagePrefix(String packagePrefix)
Sets the package prefix.

Parameters:
packagePrefix - the new package prefix

getPackagePrefix

public String getPackagePrefix()
Gets the package prefix.

Returns:
the package prefix

setPackageSuffix

public void setPackageSuffix(String packageSuffix)
Sets the package suffix.

Parameters:
packageSuffix - the new package suffix

getPackageSuffix

public String getPackageSuffix()
Gets the package suffix.

Returns:
the package suffix

setTableNamePrefix

public void setTableNamePrefix(String tableNamePrefix)
Sets the table name prefix.

Parameters:
mTableNamePrefix - the new table name prefix

getTableNamePrefix

public String getTableNamePrefix()
Gets the table name prefix.

Returns:
the table name prefix

setTableNameSuffix

public void setTableNameSuffix(String tableNameSuffix)
Sets the table name suffix.

Parameters:
mTableNameSuffix - the new table name suffix

getTableNameSuffix

public String getTableNameSuffix()
Gets the table name suffix.

Returns:
the table name suffix

setForeignKeyPrefix

public void setForeignKeyPrefix(String foreignKeyPrefix)
Sets the foreign key prefix.

Parameters:
mForeignKeyPrefix - the new foreign key prefix

getForeignKeyPrefix

public String getForeignKeyPrefix()
Gets the foreign key prefix.

Returns:
the foreign key prefix

setForeignKeySuffix

public void setForeignKeySuffix(String foreignKeySuffix)
Sets the foreign key suffix.

Parameters:
mForeignKeySuffix - the new foreign key suffix

getForeignKeySuffix

public String getForeignKeySuffix()


Copyright 2007 The jCoderZ Project.