Class DefaultAssociationPropertyType

java.lang.Object
org.seasar.doma.jdbc.entity.DefaultAssociationPropertyType
All Implemented Interfaces:
AssociationPropertyType

public class DefaultAssociationPropertyType extends Object implements AssociationPropertyType
  • Constructor Details

    • DefaultAssociationPropertyType

      public DefaultAssociationPropertyType(String name)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: AssociationPropertyType
      Returns the name of this association property.

      The name typically corresponds to the field name in the entity class that is annotated with Association.

      Specified by:
      getName in interface AssociationPropertyType
      Returns:
      the name of this association property