All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.buschmais.xo.impl.proxy.query.object.HashCodeMethod Maven / Gradle / Ivy

The newest version!
package com.buschmais.xo.impl.proxy.query.object;

import java.util.Map;

import com.buschmais.xo.impl.proxy.query.RowProxyMethod;

public class HashCodeMethod implements RowProxyMethod {

    @Override
    public Object invoke(Map entity, Object instance, Object[] args) {
        return entity.hashCode();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy