public class DbManager extends DestroyableBase
Destroyable.Util
logger
Constructor and Description |
---|
DbManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasPlugin() |
DbPlugin |
plugin(java.lang.String type) |
DbPlugin |
theSolePlugin()
Returns the plugin if there is only One plugin inside the register, otherwise return
null |
<TIMESTAMP_TYPE> |
timestampGenerator(java.lang.Class<? extends TIMESTAMP_TYPE> c) |
addSubResource, destroy, isDestroyed, releaseResources, reload, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
public DbPlugin plugin(java.lang.String type)
public boolean hasPlugin()
public <TIMESTAMP_TYPE> TimestampGenerator<TIMESTAMP_TYPE> timestampGenerator(java.lang.Class<? extends TIMESTAMP_TYPE> c)
public DbPlugin theSolePlugin()
Returns the plugin if there is only One plugin inside the register, otherwise return null
Copyright © 2014–2017 ActFramework. All rights reserved.