Class ReflectiveAttributeDefinition


public class ReflectiveAttributeDefinition extends AttributeDefinition
INTERNAL:

Purpose: Model an attribute for code generation purposes, using a java.lang.Class for the attribute type.

Since:
TopLink 5.0
  • Field Details

    • type

      protected Class<?> type
  • Constructor Details

    • ReflectiveAttributeDefinition

      public ReflectiveAttributeDefinition()
  • Method Details