public interface IPersistenceUnit
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanProperty(String sProperty) |
List<String> |
getEntities() |
String |
getName() |
String |
getPassword() |
Set<String> |
getPropertNames() |
String |
getProperty(String sProperty) |
String |
getProvider() |
String |
getUser() |
String getName() throws Exception
ExceptionString getProvider() throws Exception
ExceptionList<String> getEntities() throws Exception
ExceptionString getProperty(String sProperty) throws Exception
ExceptionCopyright © 2016 as-development.net. All rights reserved.