Module io.ebean.api

Interface Property

  • All Known Subinterfaces:
    PropertyAssocMany

    public interface Property
    Property of a entity bean that can be read.
    • Method Detail

      • name

        String name()
        Return the name of the property.
      • type

        Class<?> type()
        Return the type of the property.
      • value

        Object value​(Object bean)
        Return the value of the property on the given bean.
      • isMany

        boolean isMany()
        Return true if this is a OneToMany or ManyToMany property.