|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.meta.InterfaceImplGenerator
class InterfaceImplGenerator
Creates implementations of managed interfaces. Will throw exceptions on unknown properties.
Constructor Summary | |
---|---|
InterfaceImplGenerator(MetaDataRepository repos)
Constructor. |
Method Summary | |
---|---|
Class |
createImpl(ClassMetaData meta)
Create a concrete implementation of the given type, possibly returning a cached version of the class. |
protected String |
getClassName(ClassMetaData meta)
Return a unique class name. |
(package private) boolean |
isImplType(Class cls)
|
Class |
toManagedInterface(Class cls)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterfaceImplGenerator(MetaDataRepository repos)
Method Detail |
---|
public Class createImpl(ClassMetaData meta)
protected final String getClassName(ClassMetaData meta)
boolean isImplType(Class cls)
public Class toManagedInterface(Class cls)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |