Example usage for org.hibernate.internal.util StringHelper toString

List of usage examples for org.hibernate.internal.util StringHelper toString

Introduction

In this page you can find the example usage for org.hibernate.internal.util StringHelper toString.

Prototype

public static String toString(Object[] array) 

Source Link

Usage

From source file:org.eulerframework.web.core.extend.hibernate5.InExpressionX.java

License:Apache License

@Override
public String toString() {
    return propertyName + " in (" + StringHelper.toString(values) + ')';
}