public final class HibernateProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getTableName(Properties setupProperties)
Returning table name which is currently used for saving the recovery markers.
|
static Properties |
setupPropertiesByParsedArguments(ParsedArguments args)
Gathering properties from the parsed command line arguments
and link them for Hibernate to start.
|
public static Properties setupPropertiesByParsedArguments(ParsedArguments args)
Gathering properties from the parsed command line arguments and link them for Hibernate to start.
It uses ParsedArguments to get command line values.
args - values to be used as the most important for the setuppublic static String getTableName(Properties setupProperties)
setupProperties - properties to search for the db table nameCopyright © 2019. All rights reserved.