|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.rdb.ConverterSupport
public class ConverterSupport
| Field Summary | |
|---|---|
protected Map<Class,Map<String,Property>> |
classPropertyMap
maps classes to properties |
protected Map<String,Class> |
classQualifiedNameMap
Maps URI qualified names to classes |
protected JDBCPojoDataAccessClient |
client
|
protected Map<String,Enumeration> |
enumQualifiedNameMap
Maps URI qualified names to enumerations |
protected Model |
model
|
protected String[] |
namespaces
|
protected Map<String,Property> |
propertyQualifiedPriKeyConstrainatNameMap
Maps physical schema qualified primary key constraint names to properties. |
protected String[] |
schemaNames
|
| Constructor Summary | |
|---|---|
ConverterSupport()
|
|
| Method Summary | |
|---|---|
protected String |
filter(String src)
Getting bad unicode characters in DB comments which cause sax to barf. |
protected static boolean |
isOtherAllowed(char c)
|
protected static boolean |
isPunctuation(char c)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String[] schemaNames
protected String[] namespaces
protected Model model
protected Map<String,Class> classQualifiedNameMap
protected Map<String,Enumeration> enumQualifiedNameMap
protected Map<String,Property> propertyQualifiedPriKeyConstrainatNameMap
protected Map<Class,Map<String,Property>> classPropertyMap
protected JDBCPojoDataAccessClient client
| Constructor Detail |
|---|
public ConverterSupport()
| Method Detail |
|---|
protected String filter(String src)
protected static boolean isPunctuation(char c)
protected static boolean isOtherAllowed(char c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||