|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.descriptors.InterfacePolicy
public class InterfacePolicy
Purpose: Allows for a descriptor's implemented interfaces to be configured. Generally Interface Descriptors are used for 1 of 2 reasons:
a. Interface descriptors can be used to query across a set of classes that do not share a table.
b. As a target of a variable one to one mapping.
Field Summary | |
---|---|
protected java.util.Vector |
childDescriptors
|
protected ClassDescriptor |
descriptor
|
protected java.lang.Class |
implementorDescriptor
|
protected java.lang.String |
implementorDescriptorClassName
|
protected java.util.Vector |
parentDescriptors
|
protected java.util.Vector |
parentInterfaceNames
|
protected java.util.Vector |
parentInterfaces
|
Constructor Summary | |
---|---|
InterfacePolicy()
INTERNAL: Create a new policy. |
|
InterfacePolicy(ClassDescriptor descriptor)
INTERNAL: Create a new policy. |
Method Summary | |
---|---|
void |
addChildDescriptor(ClassDescriptor childDescriptor)
INTERNAL: Add child descriptor to the parent descriptor. |
void |
addParentDescriptor(ClassDescriptor parentDescriptor)
INTERNAL: Add parent descriptor. |
void |
addParentInterface(java.lang.Class parentInterface)
PUBLIC: Add the parent Interface class. |
void |
addParentInterfaceName(java.lang.String parentInterfaceName)
|
void |
convertClassNamesToClasses(java.lang.ClassLoader classLoader)
INTERNAL: Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings. |
java.util.Vector |
getChildDescriptors()
INTERNAL: Return all the child descriptors. |
protected ClassDescriptor |
getDescriptor()
|
java.lang.Class |
getImplementorDescriptor()
INTERNAL: Returns the implementor descriptor class. |
java.lang.String |
getImplementorDescriptorClassName()
INTERNAL: Returns the implementor descriptor class name. |
java.util.Vector |
getParentDescriptors()
INTERNAL: Return all the parent descriptors. |
java.util.Vector |
getParentInterfaceNames()
|
java.util.Vector |
getParentInterfaces()
INTERNAL: Return the vector of parent interfaces. |
boolean |
hasChild()
INTERNAL: Return if there are any child descriptors. |
void |
initialize(org.eclipse.persistence.internal.sessions.AbstractSession session)
INTERNAL: Set the vector to store parent interfaces. |
boolean |
isInterfaceChildDescriptor()
INTERNAL: Check if it is a child descriptor. |
boolean |
isTablePerClassPolicy()
INTERNAL: |
protected java.lang.Object |
selectAllObjects(ReadAllQuery query)
INTERNAL: Select all objects for a concrete descriptor. |
java.lang.Object |
selectAllObjectsUsingMultipleTableSubclassRead(ReadAllQuery query)
INTERNAL: Select all objects for an interface descriptor. |
protected java.lang.Object |
selectOneObject(ReadObjectQuery query)
INTERNAL: Select one object of any concrete subclass. |
java.lang.Object |
selectOneObjectUsingMultipleTableSubclassRead(ReadObjectQuery query)
INTERNAL: Select one object of any concrete subclass. |
void |
setDescriptor(ClassDescriptor descriptor)
INTERNAL: Set the descriptor. |
void |
setImplementorDescriptor(java.lang.Class implementorDescriptor)
INTERNAL: Sets the implementor descriptor class. |
void |
setImplementorDescriptorClassName(java.lang.String implementorDescriptorClassName)
INTERNAL: Sets the implementor descriptor class name. |
void |
setParentInterfaceNames(java.util.Vector parentInterfaceNames)
|
void |
setParentInterfaces(java.util.Vector parentInterfaces)
Set the Vector to store parent interfaces. |
boolean |
usesImplementorDescriptor()
INTERNAL: Returns true if this descriptor should be ignored and the implenting descriptor should be used instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Vector parentInterfaces
protected java.util.Vector parentInterfaceNames
protected java.util.Vector parentDescriptors
protected java.util.Vector childDescriptors
protected ClassDescriptor descriptor
protected java.lang.Class implementorDescriptor
protected java.lang.String implementorDescriptorClassName
Constructor Detail |
---|
public InterfacePolicy()
public InterfacePolicy(ClassDescriptor descriptor)
Method Detail |
---|
public void addChildDescriptor(ClassDescriptor childDescriptor)
public void addParentDescriptor(ClassDescriptor parentDescriptor)
public void addParentInterface(java.lang.Class parentInterface)
public void addParentInterfaceName(java.lang.String parentInterfaceName)
public boolean hasChild()
public java.util.Vector getChildDescriptors()
protected ClassDescriptor getDescriptor()
public java.lang.Class getImplementorDescriptor()
public java.lang.String getImplementorDescriptorClassName()
public java.util.Vector getParentDescriptors()
public java.util.Vector getParentInterfaces()
public java.util.Vector getParentInterfaceNames()
public void convertClassNamesToClasses(java.lang.ClassLoader classLoader)
public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession session)
public boolean isInterfaceChildDescriptor()
public boolean isTablePerClassPolicy()
protected java.lang.Object selectAllObjects(ReadAllQuery query)
public java.lang.Object selectAllObjectsUsingMultipleTableSubclassRead(ReadAllQuery query) throws DatabaseException
DatabaseException
protected java.lang.Object selectOneObject(ReadObjectQuery query) throws DescriptorException
DescriptorException
public java.lang.Object selectOneObjectUsingMultipleTableSubclassRead(ReadObjectQuery query) throws DatabaseException, QueryException
DatabaseException
QueryException
public void setDescriptor(ClassDescriptor descriptor)
public void setImplementorDescriptor(java.lang.Class implementorDescriptor)
public void setImplementorDescriptorClassName(java.lang.String implementorDescriptorClassName)
public void setParentInterfaces(java.util.Vector parentInterfaces)
public void setParentInterfaceNames(java.util.Vector parentInterfaceNames)
public boolean usesImplementorDescriptor()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |