Class TableSelectorStrategy
java.lang.Object
org.hibernate.tool.internal.reveng.strategy.DelegatingStrategy
org.hibernate.tool.internal.reveng.strategy.TableSelectorStrategy
- 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
Modifier and TypeMethodDescriptionvoidaddSchemaSelection(RevengStrategy.SchemaSelection selection) voidReturn list of SchemaSelctors to be used when askingRevengDialectfor metadata.Methods inherited from class org.hibernate.tool.internal.reveng.strategy.DelegatingStrategy
classNameToCompositeIdName, close, columnToHibernateTypeName, columnToMetaAttributes, columnToPropertyName, excludeColumn, excludeForeignKeyAsCollection, excludeForeignKeyAsManytoOne, excludeTable, foreignKeyToAssociationInfo, foreignKeyToCollectionName, foreignKeyToEntityName, foreignKeyToInverseAssociationInfo, foreignKeyToInverseEntityName, foreignKeyToManyToManyName, getForeignKeys, getOptimisticLockColumnName, getPrimaryKeyColumnNames, getTableIdentifierProperties, getTableIdentifierStrategyName, isForeignKeyCollectionInverse, isForeignKeyCollectionLazy, isManyToManyTable, isOneToOne, setSettings, tableToClassName, tableToCompositeIdName, tableToIdentifierPropertyName, tableToMetaAttributes, useColumnForOptimisticLock
-
Constructor Details
-
TableSelectorStrategy
-
-
Method Details
-
getSchemaSelections
Description copied from interface:RevengStrategyReturn list of SchemaSelctors to be used when askingRevengDialectfor metadata.- Specified by:
getSchemaSelectionsin interfaceRevengStrategy- Overrides:
getSchemaSelectionsin classDelegatingStrategy- Returns:
- list of
RevengStrategy.SchemaSelectioninstances
-
clearSchemaSelections
public void clearSchemaSelections() -
addSchemaSelection
-