|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheType | |
|---|---|
| org.eclipse.jpt.jpa.eclipselink.core.context | |
| org.eclipse.jpt.jpa.eclipselink.core.resource.orm | |
| Uses of CacheType in org.eclipse.jpt.jpa.eclipselink.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return CacheType | |
|---|---|
static CacheType |
EclipseLinkCacheType.toOrmResourceModel(EclipseLinkCacheType cacheType)
|
| Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type CacheType | |
|---|---|
static EclipseLinkCacheType |
EclipseLinkCacheType.fromOrmResourceModel(CacheType ormCacheType)
|
| Uses of CacheType in org.eclipse.jpt.jpa.eclipselink.core.resource.orm |
|---|
| Fields in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with type parameters of type CacheType | |
|---|---|
static java.util.List<CacheType> |
CacheType.VALUES
A public read-only list of all the 'Cache Type' enumerators. |
| Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return CacheType | |
|---|---|
CacheType |
EclipseLinkOrmFactory.createCacheTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
static CacheType |
CacheType.get(int value)
Returns the 'Cache Type' literal with the specified integer value. |
static CacheType |
CacheType.get(java.lang.String literal)
Returns the 'Cache Type' literal with the specified literal value. |
static CacheType |
CacheType.getByName(java.lang.String name)
Returns the 'Cache Type' literal with the specified name. |
CacheType |
XmlCache.getType()
Returns the value of the 'Type' attribute. |
static CacheType |
CacheType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CacheType[] |
CacheType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type CacheType | |
|---|---|
void |
XmlCache.setType(CacheType newType)
Sets the value of the ' Type' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||