List of usage examples for org.hibernate.cfg AvailableSettings DEFAULT_SCHEMA
String DEFAULT_SCHEMA
To view the source code for org.hibernate.cfg AvailableSettings DEFAULT_SCHEMA.
Click Source Link
From source file:nl.rivm.cib.epidemes.geodb.jdbc.GeoJPAConfig.java
License:Apache License
@Key(AvailableSettings.DEFAULT_SCHEMA) @DefaultValue("nl") String hibernateDefaultSchema();