|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.cfg.AbstractConfigIntrospector
public abstract class AbstractConfigIntrospector
Abstract introspector for orm.xml and annotations.
Constructor Summary | |
---|---|
AbstractConfigIntrospector()
|
Method Summary | |
---|---|
protected static java.lang.String |
loc(java.lang.reflect.Field field)
|
protected static java.lang.String |
loc(java.lang.reflect.Method method)
|
static java.lang.String |
toSqlName(java.lang.String name)
|
void |
validateConstructor(java.lang.Class type)
Checks for a valid constructor. |
void |
validateNonGetter(java.lang.reflect.Method method)
Validates a non-getter method. |
void |
validateType(java.lang.Class type,
boolean isEntity)
Validates the bean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractConfigIntrospector()
Method Detail |
---|
public void validateType(java.lang.Class type, boolean isEntity) throws ConfigException
ConfigException
public void validateConstructor(java.lang.Class type) throws ConfigException
ConfigException
public void validateNonGetter(java.lang.reflect.Method method) throws ConfigException
ConfigException
protected static java.lang.String loc(java.lang.reflect.Method method)
protected static java.lang.String loc(java.lang.reflect.Field field)
public static java.lang.String toSqlName(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |