Module org.eclipse.persistence.core
Class ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
java.lang.Object
org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
- All Implemented Interfaces:
Map.Entry<String,DatabaseTypeWrapper>
- Enclosing class:
ObjectPersistenceRuntimeXMLProject_11_1_1
public static class ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
extends Object
implements Map.Entry<String,DatabaseTypeWrapper>
Inner class used to map Map containers where the key is String and
the value is a DatabaseType. The value must be wrapped/unwrapped
using the wrap/unwrap type methods on the outer class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectTypeFieldAssociation
public ObjectTypeFieldAssociation() -
ObjectTypeFieldAssociation
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceMap.Entry<String,DatabaseTypeWrapper>
-
getValue
- Specified by:
getValuein interfaceMap.Entry<String,DatabaseTypeWrapper>
-
setValue
- Specified by:
setValuein interfaceMap.Entry<String,DatabaseTypeWrapper>
-