Example usage for org.hibernate.cfg AvailableSettings DEFAULT_SCHEMA

List of usage examples for org.hibernate.cfg AvailableSettings DEFAULT_SCHEMA

Introduction

In this page you can find the example usage for org.hibernate.cfg AvailableSettings DEFAULT_SCHEMA.

Prototype

String DEFAULT_SCHEMA

To view the source code for org.hibernate.cfg AvailableSettings DEFAULT_SCHEMA.

Click Source Link

Document

A default database schema (owner) name to use for unqualified tablenames

Usage

From source file:nl.rivm.cib.epidemes.geodb.jdbc.GeoJPAConfig.java

License:Apache License

@Key(AvailableSettings.DEFAULT_SCHEMA)
@DefaultValue("nl")
String hibernateDefaultSchema();