Example usage for org.hibernate.mapping Table subclass-usage

List of usage examples for org.hibernate.mapping Table subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.mapping Table subclass-usage.

Usage

From source file com.amalto.core.storage.hibernate.mapping.MDMTable.java

@SuppressWarnings("nls")
public class MDMTable extends Table {

    private static final Logger LOGGER = Logger.getLogger(MDMTable.class);

    @Override