public interface DbDirHandlerConfMBean extends DirHandlerConfMBean
| Modifier and Type | Method and Description |
|---|---|
void |
addHibernateProperty(String name,
String value) |
String |
displayHibernateProperty(String name)
Display the named property
|
boolean |
getExport() |
String |
getHibernateDialect() |
int |
getQueryLimit() |
String |
getRootAccess() |
String |
getRootOwner() |
String |
getSchemaOutFile() |
String |
listHibernateProperties()
List the hibernate properties
|
void |
removeHibernateProperty(String name)
Remove the named property
|
String |
schema()
Create or dump new schema.
|
List<String> |
schemaStatus()
Returns status of the schema build.
|
void |
setExport(boolean val)
Export schema to database?
|
void |
setHibernateDialect(String value) |
void |
setHibernateProperty(String name,
String value) |
void |
setQueryLimit(int val)
Set the query limit - 0 for no limit
|
void |
setRootAccess(String val) |
void |
setRootOwner(String val) |
void |
setSchemaOutFile(String val)
Output file name - full path
|
getAddressBook, getCardKind, getCardPathPrefix, getCardPathPrefixes, getClassName, getDirectory, getOwnerHref, getPathPrefix, getPrincipalPrefix, setAddressBook, setCardKind, setCardPathPrefix, setCardPathPrefixes, setClassName, setDirectory, setOwnerHref, setPathPrefix, setPrincipalPrefixvoid setRootAccess(String val)
val - access set at the root. Needs to be an XML valueString getRootAccess()
void setRootOwner(String val)
val - owner of the user root and user homeString getRootOwner()
void setQueryLimit(int val)
val - Max number of entries returnedint getQueryLimit()
void setExport(boolean val)
val - true to exportboolean getExport()
void setSchemaOutFile(String val)
val - Output file name - full pathString getSchemaOutFile()
String schema()
List<String> schemaStatus()
void setHibernateDialect(String value)
value - the hibernate dialectString getHibernateDialect()
String listHibernateProperties()
String displayHibernateProperty(String name)
name - of propertyvoid removeHibernateProperty(String name)
name - of propertyvoid addHibernateProperty(String name, String value)
name - of propertyvalue - of propertyCopyright © 2018 Bedework. All rights reserved.