public class TopiaUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HIBERNATE_DEFAULT_SCHEMA
Deprecated.
since 2.5.3, use now the constant
TopiaContextFactory.CONFIG_DEFAULT_SCHEMA. |
static String |
TOPIA_PERSISTENCE_CLASSES
Deprecated.
since 2.5.3, use the already present
TopiaContextImpl.TOPIA_PERSISTENCE_CLASSES. |
| Constructor and Description |
|---|
TopiaUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.hibernate.service.jdbc.connections.spi.ConnectionProvider |
getConnectionProvider(org.hibernate.cfg.Configuration configuration) |
static Properties |
getProperties(Properties parent,
String pathOrUrl)
Permet de récupérer le fichier de propriété ayant le nom passé en
argument.
|
static Properties |
getProperties(String pathOrUrl)
Permet de récupérer le fichier de propriété ayant le nom passé en
argument.
|
static String |
getSchemaName(org.hibernate.cfg.Configuration config)
Return hibernate schema name
|
static String |
getTopiaIdPattern(Class<? extends TopiaEntity> klass)
Compute the pattern to be used to capture a topia id for a given entity
class.
|
static Pattern |
getTopiaPattern(String format,
Class<? extends TopiaEntity>... classes)
Compute a regex pattern given a format string.
|
static boolean |
isSchemaEmpty(org.hibernate.cfg.Configuration configuration)
Test if the db associated to the given
configuration contaisn any of
the dealed entities. |
static boolean |
isSchemaExist(org.hibernate.cfg.Configuration configuration,
String entityName)
Test si une entite donnee correspondant a une configuration existe en
base.
|
static boolean |
isSchemaExist(TopiaContext tx,
String entityName)
Test si une entite donnee correspondant a une configuration existe en
base.
|
@Deprecated public static final String HIBERNATE_DEFAULT_SCHEMA
TopiaContextFactory.CONFIG_DEFAULT_SCHEMA.@Deprecated public static final String TOPIA_PERSISTENCE_CLASSES
TopiaContextImpl.TOPIA_PERSISTENCE_CLASSES.public static Properties getProperties(String pathOrUrl) throws TopiaNotFoundException
pathOrUrl - le nom du fichier de propriété à charger, s'il est null
ou vide retourne un objet Properties vide.TopiaNotFoundException - Si pathOrUrl n'est pas null ou vide et que
le fichier devant contenir les propriétés
n'est pas retrouvé.public static Properties getProperties(Properties parent, String pathOrUrl) throws TopiaNotFoundException
parent - l'objet properties utilisé comme parent de l'objet
retournépathOrUrl - le nom du fichier de propriété à charger, s'il est null
ou vide retourne un objet Properties vide.TopiaNotFoundException - Si pathOrUrl n'est pas null ou vide et que
le fichier devant contenir les propriétés
n'est pas retrouvé.public static Pattern getTopiaPattern(String format, Class<? extends TopiaEntity>... classes)
String.format(String, Object...) will be apply to
format, with for parameters the list of klass
transformed in topia pattern via method getTopiaIdPattern(Class)
ready to be capture (enclosed by ()).format - the formatclasses - the list of class to usepublic static String getTopiaIdPattern(Class<? extends TopiaEntity> klass)
klass - the entity classpublic static boolean isSchemaExist(TopiaContext tx, String entityName)
tx - la session topiaentityName - le nom de l'entite a testerpublic static boolean isSchemaExist(org.hibernate.cfg.Configuration configuration,
String entityName)
configuration - la configuration hibernateentityName - le nom de l'entite a testerpublic static boolean isSchemaEmpty(org.hibernate.cfg.Configuration configuration)
configuration contaisn any of
the dealed entities.configuration - hibernate db configurationtrue if there is no schema for any of the dealed entities,
false otherwise.protected static org.hibernate.service.jdbc.connections.spi.ConnectionProvider getConnectionProvider(org.hibernate.cfg.Configuration configuration)
public static String getSchemaName(org.hibernate.cfg.Configuration config)
config - of hibernateCopyright © 2004-2013 CodeLutin. All Rights Reserved.