public class DatabaseStartupImport extends Object implements org.hibernate.SessionFactoryObserver
schema auto tooling
is
set either to SchemaAutoTooling.CREATE
or SchemaAutoTooling.CREATE_DROP
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DatabaseStartupImport() |
Modifier and Type | Method and Description |
---|---|
void |
sessionFactoryClosed(org.hibernate.SessionFactory factory) |
void |
sessionFactoryCreated(org.hibernate.SessionFactory factory) |
private static final long serialVersionUID
public void sessionFactoryClosed(org.hibernate.SessionFactory factory)
sessionFactoryClosed
in interface org.hibernate.SessionFactoryObserver
public void sessionFactoryCreated(org.hibernate.SessionFactory factory)
sessionFactoryCreated
in interface org.hibernate.SessionFactoryObserver
Copyright © 2022 fastnate.org. All rights reserved.