Interface Tuplizer

    • Method Detail

      • getPropertyValue

        Object getPropertyValue​(Object entity,
                                int i)
        Deprecated.
        Extract the value of a particular property from the given entity.
        Parameters:
        entity - The entity from which to extract the property value.
        i - The index of the property for which to extract the value.
        Returns:
        The current value of the given property on the given entity.
      • getMappedClass

        Class getMappedClass()
        Deprecated.
        Return the pojo class managed by this tuplizer.

        Need to determine how to best handle this for the Tuplizers for EntityModes other than POJO.

        todo : be really nice to not have this here since it is essentially pojo specific...
        Returns:
        The persistent class.
      • getGetter

        Getter getGetter​(int i)
        Deprecated.
        Retrieve the getter for the specified property.
        Parameters:
        i - The property index.
        Returns:
        The property getter.