Interface OneToMany


  • public interface OneToMany
    Mapping one-to-many objects relationship
    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Method Detail

      • getProperty

        String getProperty()
        The attribute name that hold the collection (many parts)
        Returns:
        property name
      • getTypeOf

        String getTypeOf()
        Class name that represents the type of collection (many parts)
        Returns:
        type of object
      • getImpl

        String getImpl()
        Class name of the collection to supports relationship (like a java.util.ArrayList
        Returns:
        name of collection class