|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchPlanImpl.FetchPlanForClass | |
org.jpox | This package provides classes that are typically client-facing. |
org.jpox.state | Provides classes relating to the life cycle state of a persistable object. |
Uses of FetchPlanImpl.FetchPlanForClass in org.jpox |
Methods in org.jpox that return FetchPlanImpl.FetchPlanForClass | |
FetchPlanImpl.FetchPlanForClass |
FetchPlanImpl.manageFetchPlanForClass(AbstractClassMetaData cmd)
Manage the fetch plan for the class |
FetchPlanImpl.FetchPlanForClass |
FetchPlanImpl.getFetchPlanForClass(AbstractClassMetaData cmd)
Access the fetch plan for the class |
Uses of FetchPlanImpl.FetchPlanForClass in org.jpox.state |
Fields in org.jpox.state declared as FetchPlanImpl.FetchPlanForClass | |
protected FetchPlanImpl.FetchPlanForClass |
AbstractFetchFieldManager.fpClass
Fetch Plan for the class of this object. |
Constructors in org.jpox.state with parameters of type FetchPlanImpl.FetchPlanForClass | |
AbstractFetchFieldManager(StateManager sm,
boolean[] secondClassMutableFields,
FetchPlanImpl.FetchPlanForClass fpClass,
FetchPlanState state)
Constructor for a field manager for fetch plan processing. |
|
DetachFieldManager(StateManager sm,
boolean[] secondClassMutableFields,
FetchPlanImpl.FetchPlanForClass fpClass,
FetchPlanState state)
Constructor for a field manager for detachment. |
|
MakeTransientFieldManager(StateManager sm,
boolean[] secondClassMutableFields,
FetchPlanImpl.FetchPlanForClass fpClass,
FetchPlanState state)
Constructor for a field manager for make transient process. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |