|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.introspectors.AbstractPersistentClassIntrospector<T>
com.bm.introspectors.EmbeddedClassIntrospector<T>
T
- -
the type of the embedded classpublic class EmbeddedClassIntrospector<T>
This class inspects all relevant fields of an embedded class and holds the information.
Field Summary |
---|
Fields inherited from class com.bm.introspectors.AbstractPersistentClassIntrospector |
---|
fieldInfo, pkFieldInfo |
Constructor Summary | |
---|---|
EmbeddedClassIntrospector(Property toInspect)
Constructor with the class to inspect. |
Method Summary | |
---|---|
Property |
getAttibuteName()
Returns the filed/gett/setter Name of the source class. |
java.lang.Class |
getEmbeddedClassName()
Returns the embeddedClassName. |
protected org.apache.log4j.Logger |
getLogger()
Returns the logger for this class. |
Methods inherited from class com.bm.introspectors.AbstractPersistentClassIntrospector |
---|
extractGenerator, getField, getPersitentProperties, getPkFields, getPresistentFieldInfo, getPrimaryKeyInfo, getRepresentingClass, getTransientFields, processAccessTypeField, processAccessTypeProperty, setField |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.bm.introspectors.Introspector |
---|
getField, getPersitentProperties, getPkFields, getPresistentFieldInfo, getPrimaryKeyInfo, setField |
Constructor Detail |
---|
public EmbeddedClassIntrospector(Property toInspect)
toInspect
- -
the class to inspectMethod Detail |
---|
public java.lang.Class getEmbeddedClassName()
public Property getAttibuteName()
protected org.apache.log4j.Logger getLogger()
getLogger
in class AbstractPersistentClassIntrospector<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |