Interface Property

All Known Subinterfaces:
PropertyAssocMany

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

    Modifier and Type
    Method
    Description
    default String
    Deprecated.
    default Class<?>
    Deprecated.
    default Object
    getVal(Object bean)
    Deprecated.
    boolean
    Return true if this is a OneToMany or ManyToMany property.
    Return the name of the property.
    Return the type of the property.
    value(Object bean)
    Return the value of the property on the given bean.