|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@MessageLogger(projectCode="HHH") public interface EntityManagerMessageLogger
The jboss-logging MessageLogger for the hibernate-entitymanager module. It reserves message ids ranging from
15001 to 20000 inclusively.
| Method Summary | |
|---|---|
void |
boundEjb3ConfigurationToJndiName(String name)
|
void |
ejb3ConfigurationName(String name)
|
void |
ejb3ConfigurationRenamedFromName(String name)
|
void |
ejb3ConfigurationUnboundFromName(String name)
|
void |
explodedJarDoesNotExist(URL jarUrl)
|
void |
explodedJarNotDirectory(URL jarUrl)
|
void |
ignoringEntityNotFound(String entityName,
String identifier)
|
void |
illegalArgumentOnStaticMetamodelFieldInjection(String name,
String name2,
String name3,
String name4)
|
void |
malformedUrl(URL jarUrl,
URISyntaxException e)
|
void |
malformedUrlWarning(URL jarUrl,
URISyntaxException e)
|
void |
unableToFindFile(URL jarUrl,
Exception e)
|
void |
unableToLocateStaticMetamodelField(String name,
String name2)
|
void |
usingProvidedDataSource()
|
| Methods inherited from interface org.jboss.logging.BasicLogger |
|---|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv |
| Method Detail |
|---|
@LogMessage(level=INFO)
@Message(value="Bound Ejb3Configuration to JNDI name: %s",
id=15001)
void boundEjb3ConfigurationToJndiName(String name)
@LogMessage(level=INFO)
@Message(value="Ejb3Configuration name: %s",
id=15002)
void ejb3ConfigurationName(String name)
@LogMessage(level=INFO)
@Message(value="An Ejb3Configuration was renamed from name: %s",
id=15003)
void ejb3ConfigurationRenamedFromName(String name)
@LogMessage(level=INFO)
@Message(value="An Ejb3Configuration was unbound from name: %s",
id=15004)
void ejb3ConfigurationUnboundFromName(String name)
@LogMessage(level=WARN)
@Message(value="Exploded jar file does not exist (ignored): %s",
id=15005)
void explodedJarDoesNotExist(URL jarUrl)
@LogMessage(level=WARN)
@Message(value="Exploded jar file not a directory (ignored): %s",
id=15006)
void explodedJarNotDirectory(URL jarUrl)
@LogMessage(level=ERROR)
@Message(value="Illegal argument on static metamodel field injection : %s#%s; expected type : %s; encountered type : %s",
id=15007)
void illegalArgumentOnStaticMetamodelFieldInjection(String name,
String name2,
String name3,
String name4)
@LogMessage(level=ERROR)
@Message(value="Malformed URL: %s",
id=15008)
void malformedUrl(URL jarUrl,
@Cause
URISyntaxException e)
@LogMessage(level=WARN)
@Message(value="Malformed URL: %s",
id=15009)
void malformedUrlWarning(URL jarUrl,
@Cause
URISyntaxException e)
@LogMessage(level=WARN)
@Message(value="Unable to find file (ignored): %s",
id=15010)
void unableToFindFile(URL jarUrl,
@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(value="Unable to locate static metamodel field : %s#%s",
id=15011)
void unableToLocateStaticMetamodelField(String name,
String name2)
@LogMessage(level=INFO)
@Message(value="Using provided datasource",
id=15012)
void usingProvidedDataSource()
@LogMessage(level=DEBUG)
@Message(value="Returning null (as required by JPA spec) rather than throwing EntityNotFoundException, as the entity (type=%s, id=%s) does not exist",
id=15013)
void ignoringEntityNotFound(String entityName,
String identifier)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||