Class MethodBasedFieldTransformation

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodBasedFieldTransformation
    extends FieldTransformation
    INTERNAL: This is an implementation of FieldTransformation which stores a method name and uses that name to instantiate a MethodBasedFieldTransformer.
    Since:
    OracleAS TopLink 10g (10.0.3)
    Author:
    mmacivor
    See Also:
    Serialized Form
    • Field Detail

      • methodName

        protected java.lang.String methodName
    • Constructor Detail

      • MethodBasedFieldTransformation

        public MethodBasedFieldTransformation()
    • Method Detail

      • getMethodName

        public java.lang.String getMethodName()
      • setMethodName

        public void setMethodName​(java.lang.String name)