public interface DBTypeMapper extends Dumpable, Clearable
Modifier and Type | Method and Description |
---|---|
int |
getConstraintDefCount() |
int |
getExcludeDefCount() |
java.lang.String |
getFakedForeignKey(java.lang.String tableColumn)
Returns the faked foreign key reference of the given tableColumn, if one is defined.
|
java.lang.Class |
getJavaType(java.lang.String tableColumn,
java.lang.Class defaultJavaType)
Returns java-type constants for values read from the underlying
type definition.
|
java.lang.Class |
getJavaTypeByConvention(java.lang.String tableColumn,
java.lang.Class defaultJavaType,
int jdbcType) |
int |
getTypeDefCount() |
boolean |
hasConstraintDefs() |
boolean |
hasExcludeDefs() |
boolean |
hasTypeDefs() |
boolean |
isEmpty() |
boolean |
isFakedPrimaryKey(java.lang.String tableColumn)
Returns true if the given tableColumn is declared as a faked
primary key (if the value is <pk>).
|
boolean |
matchesForExclusion(java.lang.String tableName)
Tells whether this tableName matches any defined exclusion pattern and thus no DBObject should
be compiled for it.
|
boolean |
useTypeConventions() |
toDumpString, toDumpString, toString, toString
java.lang.Class getJavaType(java.lang.String tableColumn, java.lang.Class defaultJavaType)
boolean isFakedPrimaryKey(java.lang.String tableColumn)
java.lang.String getFakedForeignKey(java.lang.String tableColumn)
java.lang.Class getJavaTypeByConvention(java.lang.String tableColumn, java.lang.Class defaultJavaType, int jdbcType)
boolean isEmpty()
boolean useTypeConventions()
boolean hasTypeDefs()
boolean hasConstraintDefs()
int getTypeDefCount()
boolean hasExcludeDefs()
int getExcludeDefCount()
int getConstraintDefCount()
boolean matchesForExclusion(java.lang.String tableName)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.