Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » annotations » common » reflection » [javadoc | source]
org.hibernate.annotations.common.reflection
public interface: XMethod [javadoc | source]

All Implemented Interfaces:
    XMember

All Known Implementing Classes:
    JavaXMethod

Represent an invokable method

The underlying layer does not guaranty that xProperty == xMethod if the underlying artefact is the same However xProperty.equals(xMethod) is supposed to return true