public interface ISystemConnector<PERSISTENCE extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
de.tsl2.nano.bean.def.BeanDefinition<?> |
connect(PERSISTENCE connectionInfo)
connect to backend through a persistence provider
|
PERSISTENCE |
createConnectionInfo()
getAuthenticationBean
|
void |
disconnect(PERSISTENCE connectionEnd)
does some cleaning on dis-connection
|
PERSISTENCE createConnectionInfo()
de.tsl2.nano.bean.def.BeanDefinition<?> connect(PERSISTENCE connectionInfo)
void disconnect(PERSISTENCE connectionEnd)
Copyright © 2012–2020. All rights reserved.