mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 06:34:50 +00:00
Style
This commit is contained in:
parent
97dd42cfa6
commit
a35139ec3e
@ -73,7 +73,8 @@ static void setCacheManagerNameIfNeeded(SessionFactoryOptions settings, Configur
|
||||
String sessionFactoryName = settings.getSessionFactoryName();
|
||||
if (sessionFactoryName != null) {
|
||||
configuration.setName( sessionFactoryName );
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
configuration.setName( "Hibernate " + UUID.randomUUID().toString() );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user