NatureExtendable
, PropertyHolder
, ClassDescriptorResolutionCommand
public class ClassResolutionByAnnotations extends BaseResolutionCommand
This ClassDescriptorResolutionCommand
is used to generate
ClassDescriptor
s from JPA annotated classes.
ClassInfoBuilder
,
InfoToDescriptorConverter
Constructor | Description |
---|---|
ClassResolutionByAnnotations() |
Modifier and Type | Method | Description |
---|---|---|
ClassDescriptor |
resolve(java.lang.Class type) |
Try to resolve/generate a
ClassDescriptor for the given (JPA
annotated) type. |
addNature, getClassDescriptorResolver, getProperty, hasNature, setClassDescriptorResolver, setProperty
public ClassDescriptor resolve(java.lang.Class type)
ClassDescriptor
for the given (JPA
annotated) type.type
- The Java class that needs a descriptorClassDescriptor
representing the given Class or
null if the given type can not be resolved. When this method is
called recursively (as in bidirectional relations) a reference
to an incomplete ClassDescriptor
is returned, which will
be finished when leaving the loop again.ClassDescriptorResolutionCommand.resolve(java.lang.Class)
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com