Uses of Class
org.hibernate.internal.build.AllowSysOut
-
Packages that use AllowSysOut 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. -
-
Uses of AllowSysOut in org.hibernate
Methods in org.hibernate with annotations of type AllowSysOut Modifier and Type Method Description static void
Version. main(String[] args)
Prints the Hibernate version (usingVersion.getVersionString()
) to SYSOUT. -
Uses of AllowSysOut in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with annotations of type AllowSysOut Modifier and Type Method Description void
SqlStatementLogger. logSlowQuery(String sql, long startTimeNanos, JdbcSessionContext context)
Log a slow SQL queryvoid
SqlStatementLogger. logStatement(String statement, Formatter formatter)
Log a SQL statement string using the specified formatter -
Uses of AllowSysOut in org.hibernate.id.uuid
Methods in org.hibernate.id.uuid with annotations of type AllowSysOut Modifier and Type Method Description static void
CustomVersionOneStrategy. main(String[] args)
-
Uses of AllowSysOut in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 with annotations of type AllowSysOut Modifier and Type Method Description protected void
BaseCoreFunctionalTestCase. assertAllDataRemoved()
protected void
BaseNonConfigCoreFunctionalTestCase. assertAllDataRemoved()
protected void
BaseNonConfigCoreFunctionalTestCase. releaseResources()
-
Uses of AllowSysOut in org.hibernate.testing.schema
Methods in org.hibernate.testing.schema with annotations of type AllowSysOut Modifier and Type Method Description static void
SchemaUpdateHelper. toStdout(Metadata metadata)
static void
SchemaCreateHelper. toStdOut(Metadata metadata)
-
Uses of AllowSysOut in org.hibernate.tool.schema.internal.exec
Methods in org.hibernate.tool.schema.internal.exec with annotations of type AllowSysOut Modifier and Type Method Description void
GenerationTargetToStdout. accept(String command)
void
ScriptTargetOutputToStdout. prepare()
-