Class DefaultStrategy
java.lang.Object
org.hibernate.tool.internal.reveng.strategy.AbstractStrategy
org.hibernate.tool.internal.reveng.strategy.DefaultStrategy
- All Implemented Interfaces:
RevengStrategy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.tool.api.reveng.RevengStrategy
RevengStrategy.SchemaSelection -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.tool.internal.reveng.strategy.AbstractStrategy
classNameToCompositeIdName, close, columnToHibernateTypeName, columnToMetaAttributes, columnToPropertyName, excludeColumn, excludeForeignKeyAsCollection, excludeForeignKeyAsManytoOne, excludeTable, foreignKeyToAssociationInfo, foreignKeyToCollectionName, foreignKeyToEntityName, foreignKeyToInverseAssociationInfo, foreignKeyToInverseEntityName, foreignKeyToManyToManyName, getForeignKeys, getOptimisticLockColumnName, getPrimaryKeyColumnNames, getRoot, getSchemaSelections, getTableIdentifierProperties, getTableIdentifierStrategyName, isForeignKeyCollectionInverse, isForeignKeyCollectionLazy, isManyToManyTable, isOneToOne, pluralize, setSettings, tableToClassName, tableToCompositeIdName, tableToIdentifierPropertyName, tableToMetaAttributes, toUpperCamelCase, useColumnForOptimisticLockMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.tool.api.reveng.RevengStrategy
classNameToCompositeIdName, close, columnToHibernateTypeName, columnToMetaAttributes, columnToPropertyName, excludeColumn, excludeForeignKeyAsCollection, excludeForeignKeyAsManytoOne, excludeTable, foreignKeyToAssociationInfo, foreignKeyToCollectionName, foreignKeyToEntityName, foreignKeyToInverseAssociationInfo, foreignKeyToInverseEntityName, foreignKeyToManyToManyName, getForeignKeys, getOptimisticLockColumnName, getPrimaryKeyColumnNames, getSchemaSelections, getTableIdentifierProperties, getTableIdentifierStrategyName, isForeignKeyCollectionInverse, isForeignKeyCollectionLazy, isManyToManyTable, isOneToOne, setSettings, tableToClassName, tableToCompositeIdName, tableToIdentifierPropertyName, tableToMetaAttributes, useColumnForOptimisticLock
-
Constructor Details
-
DefaultStrategy
public DefaultStrategy()
-