Class DatabaseBundle
java.lang.Object
net.datenwerke.treedb.service.treedb.AbstractNode<AbstractDatasourceManagerNode>
net.datenwerke.security.service.treedb.entities.SecuredAbstractNode<AbstractDatasourceManagerNode>
net.datenwerke.rs.core.service.datasourcemanager.entities.AbstractDatasourceManagerNode
net.datenwerke.rs.core.service.datasourcemanager.entities.DatasourceDefinition
net.datenwerke.rs.base.service.datasources.definitions.DatabaseDatasource
net.datenwerke.rs.dsbundle.service.dsbundle.entities.DatabaseBundle
- All Implemented Interfaces:
Serializable,ParameterAwareDatasource,HierarchicalSecurityTarget,Owneable,SecurityTarget
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.dsbundle.client.dsbundle.dto")
@Indexed
public class DatabaseBundle
extends DatabaseDatasource
- See Also:
-
Field Summary
Fields inherited from class net.datenwerke.treedb.service.treedb.AbstractNode
FLAG_CONFIGURATION_PROTECTION, FLAG_WRITE_PROTECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBundleEntries(Set<DatabaseBundleEntry> bundleEntries) voidsetKeySource(String keySource) voidsetKeySourceParamName(String keySourceParamName) voidsetMappingSource(String mappingSource) Methods inherited from class net.datenwerke.rs.base.service.datasources.definitions.DatabaseDatasource
createConfigObject, escapeString, getConnectionConfig, getDatabaseDescriptor, getJdbcProperties, getPassword, getUrl, getUsername, parseJdbcProperties, setDatabaseDescriptor, setJdbcProperties, setPassword, setUrl, setUsername, usesParameterMethods inherited from class net.datenwerke.rs.core.service.datasourcemanager.entities.DatasourceDefinition
getDescription, getKey, getName, hasChildren, setDescription, setKey, setName, toStringMethods inherited from class net.datenwerke.rs.core.service.datasourcemanager.entities.AbstractDatasourceManagerNode
getNodeName, getRootNodeNameMethods inherited from class net.datenwerke.security.service.treedb.entities.SecuredAbstractNode
getAcl, getOwner, getParentTarget, setAcl, setOwnerMethods inherited from class net.datenwerke.treedb.service.treedb.AbstractNode
addChild, addChild, addFlag, clearFlags, equals, getBaseType, getChildren, getChildrenOfType, getChildrenSorted, getCreatedOn, getDeniedChildren, getDescendants, getDescendants, getFlags, getId, getIdOrOldTransient, getLastUpdated, getManagerClass, getOldTransientId, getOldTransientKey, getParent, getPosition, getRootLine, getSupportedChildren, getVersion, hasChildrenOfType, hasDescendantsOfType, hasFlag, hashCode, idsMatch, isAncestorOf, isConfigurationProtected, isFolder, isRoot, isUpdateLastUpdated, isWriteProtected, removeChild, removeFlag, setChildren, setConfigurationProtection, setCreatedOn, setFlags, setId, setLastUpdated, setOldTransientId, setOldTransientKey, setParent, setPosition, setUpdateLastUpdated, setVersion, setWriteProtection, wouldContainFlag
-
Constructor Details
-
DatabaseBundle
public DatabaseBundle()
-
-
Method Details
-
getBundleEntries
-
setBundleEntries
-
getKeySource
-
setKeySource
-
getMappingSource
-
setMappingSource
-
getKeySourceParamName
-
setKeySourceParamName
-