Example usage for org.hibernate.boot.model.naming ImplicitIndexColumnNameSource getPluralAttributePath

List of usage examples for org.hibernate.boot.model.naming ImplicitIndexColumnNameSource getPluralAttributePath

Introduction

In this page you can find the example usage for org.hibernate.boot.model.naming ImplicitIndexColumnNameSource getPluralAttributePath.

Prototype

AttributePath getPluralAttributePath();

Source Link

Usage

From source file:com.evolveum.midpoint.repo.sql.util.MidPointImplicitNamingStrategy.java

License:Apache License

@Override
public Identifier determineListIndexColumnName(ImplicitIndexColumnNameSource source) {
    Identifier i = super.determineListIndexColumnName(source);

    LOGGER.trace("determineListIndexColumnName {} -> {}", source.getPluralAttributePath(), i);

    return i;//  w ww .  j av a2s. c o  m
}