|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EclipseLinkConverterHolder
| Field Summary | |
|---|---|
static java.lang.String |
CUSTOM_CONVERTERS_LIST
|
static java.lang.String |
OBJECT_TYPE_CONVERTERS_LIST
|
static java.lang.String |
STRUCT_CONVERTERS_LIST
|
static java.lang.String |
TYPE_CONVERTERS_LIST
|
| Method Summary | ||
|---|---|---|
EclipseLinkCustomConverter |
addCustomConverter(int index)
Add a custom converter to the converter holder, return the object representing it. |
|
EclipseLinkObjectTypeConverter |
addObjectTypeConverter(int index)
Add a object type converter to the converter holder, return the object representing it. |
|
EclipseLinkStructConverter |
addStructConverter(int index)
Add a struct converter to the converter holder, return the object representing it. |
|
EclipseLinkTypeConverter |
addTypeConverter(int index)
Add a type converter to the converter holder, return the object representing it. |
|
|
customConverters()
Return a list iterator of the custom converters. |
|
int |
customConvertersSize()
Return the number of custom converters. |
|
void |
moveCustomConverter(int targetIndex,
int sourceIndex)
Move the custom converter from the source index to the target index. |
|
void |
moveObjectTypeConverter(int targetIndex,
int sourceIndex)
Move the object type converter from the source index to the target index. |
|
void |
moveStructConverter(int targetIndex,
int sourceIndex)
Move the struct converter from the source index to the target index. |
|
void |
moveTypeConverter(int targetIndex,
int sourceIndex)
Move the type converter from the source index to the target index. |
|
|
objectTypeConverters()
Return a list iterator of the object type converters. |
|
int |
objectTypeConvertersSize()
Return the number of object type converters. |
|
void |
removeCustomConverter(EclipseLinkCustomConverter converter)
Remove the custom converter at from the converter holder. |
|
void |
removeCustomConverter(int index)
Remove the custom converter at the index from the converter holder. |
|
void |
removeObjectTypeConverter(EclipseLinkObjectTypeConverter converter)
Remove the object type converter at from the converter holder. |
|
void |
removeObjectTypeConverter(int index)
Remove the object type converter at the index from the converter holder. |
|
void |
removeStructConverter(EclipseLinkStructConverter converter)
Remove the struct converter at from the converter holder. |
|
void |
removeStructConverter(int index)
Remove the struct converter at the index from the converter holder. |
|
void |
removeTypeConverter(EclipseLinkTypeConverter converter)
Remove the type converter at from the converter holder. |
|
void |
removeTypeConverter(int index)
Remove the type converter at the index from the converter holder. |
|
|
structConverters()
Return a list iterator of the struct converters. |
|
int |
structConvertersSize()
Return the number of struct converters. |
|
|
typeConverters()
Return a list iterator of the type converters. |
|
int |
typeConvertersSize()
Return the number of type converters. |
|
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, getResourceType, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.JpaNode |
|---|
getJpaProject, getParent |
| Methods inherited from interface org.eclipse.jpt.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.jpt.core.IResourcePart |
|---|
getResource |
| Field Detail |
|---|
static final java.lang.String CUSTOM_CONVERTERS_LIST
static final java.lang.String OBJECT_TYPE_CONVERTERS_LIST
static final java.lang.String STRUCT_CONVERTERS_LIST
static final java.lang.String TYPE_CONVERTERS_LIST
| Method Detail |
|---|
<T extends EclipseLinkCustomConverter> java.util.ListIterator<T> customConverters()
int customConvertersSize()
EclipseLinkCustomConverter addCustomConverter(int index)
void removeCustomConverter(int index)
void removeCustomConverter(EclipseLinkCustomConverter converter)
void moveCustomConverter(int targetIndex,
int sourceIndex)
<T extends EclipseLinkObjectTypeConverter> java.util.ListIterator<T> objectTypeConverters()
int objectTypeConvertersSize()
EclipseLinkObjectTypeConverter addObjectTypeConverter(int index)
void removeObjectTypeConverter(int index)
void removeObjectTypeConverter(EclipseLinkObjectTypeConverter converter)
void moveObjectTypeConverter(int targetIndex,
int sourceIndex)
<T extends EclipseLinkStructConverter> java.util.ListIterator<T> structConverters()
int structConvertersSize()
EclipseLinkStructConverter addStructConverter(int index)
void removeStructConverter(int index)
void removeStructConverter(EclipseLinkStructConverter converter)
void moveStructConverter(int targetIndex,
int sourceIndex)
<T extends EclipseLinkTypeConverter> java.util.ListIterator<T> typeConverters()
int typeConvertersSize()
EclipseLinkTypeConverter addTypeConverter(int index)
void removeTypeConverter(int index)
void removeTypeConverter(EclipseLinkTypeConverter converter)
void moveTypeConverter(int targetIndex,
int sourceIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||