Class TypeUtils
java.lang.Object
org.hibernate.tool.internal.reveng.binder.TypeUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdeterminePreferredType(org.hibernate.boot.spi.InFlightMetadataCollector metadataCollector, RevengStrategy revengStrategy, org.hibernate.mapping.Table table, org.hibernate.mapping.Column column, boolean generatedIdentifier)
-
Field Details
-
DEFAULT_COLUMN_LENGTH
public static final int DEFAULT_COLUMN_LENGTH- See Also:
-
DEFAULT_COLUMN_PRECISION
public static final int DEFAULT_COLUMN_PRECISION- See Also:
-
DEFAULT_COLUMN_SCALE
public static final int DEFAULT_COLUMN_SCALE- See Also:
-
-
Constructor Details
-
TypeUtils
public TypeUtils()
-
-
Method Details
-
determinePreferredType
public static String determinePreferredType(org.hibernate.boot.spi.InFlightMetadataCollector metadataCollector, RevengStrategy revengStrategy, org.hibernate.mapping.Table table, org.hibernate.mapping.Column column, boolean generatedIdentifier)
-