|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EclipseLinkCacheType | |
|---|---|
| org.eclipse.jpt.eclipselink.core.context | |
| Uses of EclipseLinkCacheType in org.eclipse.jpt.eclipselink.core.context |
|---|
| Fields in org.eclipse.jpt.eclipselink.core.context declared as EclipseLinkCacheType | |
|---|---|
static EclipseLinkCacheType |
EclipseLinkCaching.DEFAULT_TYPE
|
| Methods in org.eclipse.jpt.eclipselink.core.context that return EclipseLinkCacheType | |
|---|---|
static EclipseLinkCacheType |
EclipseLinkCacheType.fromJavaResourceModel(CacheType javaCacheType)
|
static EclipseLinkCacheType |
EclipseLinkCacheType.fromOrmResourceModel(CacheType ormCacheType)
|
EclipseLinkCacheType |
EclipseLinkCaching.getDefaultType()
|
EclipseLinkCacheType |
EclipseLinkCaching.getSpecifiedType()
|
EclipseLinkCacheType |
EclipseLinkCaching.getType()
This is the combination of defaultType and specifiedType. |
static EclipseLinkCacheType |
EclipseLinkCacheType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EclipseLinkCacheType[] |
EclipseLinkCacheType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type EclipseLinkCacheType | |
|---|---|
void |
EclipseLinkCaching.setSpecifiedType(EclipseLinkCacheType newSpecifiedType)
|
static CacheType |
EclipseLinkCacheType.toJavaResourceModel(EclipseLinkCacheType cacheType)
|
static CacheType |
EclipseLinkCacheType.toOrmResourceModel(EclipseLinkCacheType cacheType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||