org.seasar.framework.convention.impl
クラス PersistenceConventionImpl
java.lang.Object
org.seasar.framework.convention.impl.PersistenceConventionImpl
- すべての実装インタフェース:
- PersistenceConvention
- public class PersistenceConventionImpl
- extends Object
- implements PersistenceConvention
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceConventionImpl
public PersistenceConventionImpl()
getIgnoreTablePrefix
public String getIgnoreTablePrefix()
- 戻り値:
- Returns the ignoreTablePrefix.
setIgnoreTablePrefix
public void setIgnoreTablePrefix(String ignoreTablePrefix)
- パラメータ:
ignoreTablePrefix
- The ignoreTablePrefix to set.
isNoNameConversion
public boolean isNoNameConversion()
- 戻り値:
- Returns the noNameConversion.
setNoNameConversion
public void setNoNameConversion(boolean noNameConversion)
- パラメータ:
noNameConversion
- The noNameConversion to set.
getDeletedName
public String getDeletedName()
- 戻り値:
- Returns the deletedName.
setDeletedName
public void setDeletedName(String deletedName)
- パラメータ:
deletedName
- The deletedName to set.
getIdName
public String getIdName()
- 戻り値:
- Returns the idName.
setIdName
public void setIdName(String idName)
- パラメータ:
idName
- The idName to set.
getInsertedName
public String getInsertedName()
- 戻り値:
- Returns the insertedName.
setInsertedName
public void setInsertedName(String insertedName)
- パラメータ:
insertedName
- The insertedName to set.
getUpdatedName
public String getUpdatedName()
- 戻り値:
- Returns the updatedName.
setUpdatedName
public void setUpdatedName(String updatedName)
- パラメータ:
updatedName
- The updatedName to set.
getVersionName
public String getVersionName()
- 戻り値:
- Returns the versionName.
setVersionName
public void setVersionName(String versionName)
- パラメータ:
versionName
- The versionName to set.
isUseEntityNameForDeleted
public boolean isUseEntityNameForDeleted()
- 戻り値:
- Returns the useEntityNameForDeleted.
setUseEntityNameForDeleted
public void setUseEntityNameForDeleted(boolean useEntityNameForDeleted)
- パラメータ:
useEntityNameForDeleted
- The useEntityNameForDeleted to set.
isUseEntityNameForId
public boolean isUseEntityNameForId()
- 戻り値:
- Returns the useEntityNameForId.
setUseEntityNameForId
public void setUseEntityNameForId(boolean useEntityNameForId)
- パラメータ:
useEntityNameForId
- The useEntityNameForId to set.
isUseEntityNameForInserted
public boolean isUseEntityNameForInserted()
- 戻り値:
- Returns the useEntityNameForInserted.
setUseEntityNameForInserted
public void setUseEntityNameForInserted(boolean useEntityNameForInserted)
- パラメータ:
useEntityNameForInserted
- The useEntityNameForInserted to set.
isUseEntityNameForUpdated
public boolean isUseEntityNameForUpdated()
- 戻り値:
- Returns the useEntityNameForUpdated.
setUseEntityNameForUpdated
public void setUseEntityNameForUpdated(boolean useEntityNameForUpdated)
- パラメータ:
useEntityNameForUpdated
- The useEntityNameForUpdated to set.
isUseEntityNameForVersion
public boolean isUseEntityNameForVersion()
- 戻り値:
- Returns the useEntityNameForVersion.
setUseEntityNameForVersion
public void setUseEntityNameForVersion(boolean useEntityNameForVersion)
- パラメータ:
useEntityNameForVersion
- The useEntityNameForVersion to set.
fromTableNameToEntityName
public String fromTableNameToEntityName(String tableName)
- 定義:
- インタフェース
PersistenceConvention
内の fromTableNameToEntityName
fromEntityNameToTableName
public String fromEntityNameToTableName(String entityName)
- 定義:
- インタフェース
PersistenceConvention
内の fromEntityNameToTableName
fromColumnNameToPropertyName
public String fromColumnNameToPropertyName(String columnName)
- 定義:
- インタフェース
PersistenceConvention
内の fromColumnNameToPropertyName
fromPropertyNameToColumnName
public String fromPropertyNameToColumnName(String propertyName)
- 定義:
- インタフェース
PersistenceConvention
内の fromPropertyNameToColumnName
isDeleted
public boolean isDeleted(String entityName,
String propertyName)
- 定義:
- インタフェース
PersistenceConvention
内の isDeleted
isId
public boolean isId(String entityName,
String propertyName)
- 定義:
- インタフェース
PersistenceConvention
内の isId
isInserted
public boolean isInserted(String entityName,
String propertyName)
- 定義:
- インタフェース
PersistenceConvention
内の isInserted
isUpdated
public boolean isUpdated(String entityName,
String propertyName)
- 定義:
- インタフェース
PersistenceConvention
内の isUpdated
isVersion
public boolean isVersion(String entityName,
String propertyName)
- 定義:
- インタフェース
PersistenceConvention
内の isVersion
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.