Java org.hibernate.cfg Environment fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.cfg Environment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.cfg Environment.

The text is from its open source code.

Method

BytecodeProvidergetBytecodeProvider()
PropertiesgetProperties()
Return System properties, extended by any properties specified in hibernate.properties.
StringisolationLevelToString(int isolation)
booleanjvmHasTimestampBug()
This will be removed soon; currently just returns false as no known JVM exibits this bug and is also able to run this version of Hibernate ORM.
booleanuseStreamsForBinary()
Should we use streams to bind binary types to JDBC IN parameters?
voidverifyProperties(Map configurationValues)
No longer effective.