Example usage for org.hibernate.mapping Index name

List of usage examples for org.hibernate.mapping Index name

Introduction

In this page you can find the example usage for org.hibernate.mapping Index name.

Prototype

Identifier name

To view the source code for org.hibernate.mapping Index name.

Click Source Link

Usage

From source file:com.github.gekoh.yagen.api.DefaultNamingStrategy.java

License:Apache License

@Override
public String indexName(Index index) {
    return indexName(index.name());
}