|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.cfg.DefaultNamingStrategy
com.icodeon.rte.dao.naming.ICNNamingStrategy
public class ICNNamingStrategy
This naming strategies adds the constraint that all tables need to be prefixed with the "ICN_" Icodeon "namespace".
| Field Summary | |
|---|---|
static java.lang.String |
ICN_NAMESPACE
|
| Fields inherited from class org.hibernate.cfg.DefaultNamingStrategy |
|---|
INSTANCE |
| Constructor Summary | |
|---|---|
ICNNamingStrategy()
|
|
| Method Summary | |
|---|---|
java.lang.String |
tableName(java.lang.String tableName)
|
| Methods inherited from class org.hibernate.cfg.DefaultNamingStrategy |
|---|
classToTableName, collectionTableName, columnName, foreignKeyColumnName, joinKeyColumnName, logicalCollectionColumnName, logicalCollectionTableName, logicalColumnName, propertyToColumnName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.hibernate.cfg.NamingStrategy |
|---|
classToTableName, collectionTableName, columnName, foreignKeyColumnName, joinKeyColumnName, logicalCollectionColumnName, logicalCollectionTableName, logicalColumnName, propertyToColumnName |
| Field Detail |
|---|
public static final java.lang.String ICN_NAMESPACE
| Constructor Detail |
|---|
public ICNNamingStrategy()
| Method Detail |
|---|
public java.lang.String tableName(java.lang.String tableName)
tableName in interface org.hibernate.cfg.NamingStrategytableName in class org.hibernate.cfg.DefaultNamingStrategy
|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||