Uses of Package
org.hibernate.internal.build
-
Packages that use org.hibernate.internal.build Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory
, which represents an instance of Hibernate at runtime and is the source of new instances ofSession
andStatelessSession
, the most important APIs exposing persistence-related operations for entities.org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.id.uuid Contains theUuidGenerator
.org.hibernate.testing.junit4 org.hibernate.testing.schema org.hibernate.tool.schema.internal.exec Support for exporting generated DDL to the database or to SQL scripts. -
Classes in org.hibernate.internal.build used by org.hibernate Class Description AllowSysOut Used to indicate to the Forbidden APIs library that a specific usage ofSystem.out
is allowable. -
Classes in org.hibernate.internal.build used by org.hibernate.engine.jdbc.spi Class Description AllowSysOut Used to indicate to the Forbidden APIs library that a specific usage ofSystem.out
is allowable. -
Classes in org.hibernate.internal.build used by org.hibernate.id.uuid Class Description AllowSysOut Used to indicate to the Forbidden APIs library that a specific usage ofSystem.out
is allowable. -
Classes in org.hibernate.internal.build used by org.hibernate.testing.junit4 Class Description AllowPrintStacktrace Used to indicate to the Forbidden APIs library that a specific usage ofThrowable.printStackTrace(PrintStream)
is allowable.AllowSysOut Used to indicate to the Forbidden APIs library that a specific usage ofSystem.out
is allowable. -
Classes in org.hibernate.internal.build used by org.hibernate.testing.schema Class Description AllowSysOut Used to indicate to the Forbidden APIs library that a specific usage ofSystem.out
is allowable. -
Classes in org.hibernate.internal.build used by org.hibernate.tool.schema.internal.exec Class Description AllowSysOut Used to indicate to the Forbidden APIs library that a specific usage ofSystem.out
is allowable.