org.qi4j.library.sql.datasource
Interface DataSourceConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, Enabled, Entity, EntityComposite, Identity

public interface DataSourceConfiguration
extends ConfigurationComposite, Enabled

Configuration for a DataSource pool.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<String> driver()
           
 Property<String> password()
           
 Property<String> properties()
           
 Property<String> url()
           
 Property<String> username()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 
Methods inherited from interface org.qi4j.api.configuration.Enabled
enabled
 

Method Detail

driver

Property<String> driver()

url

Property<String> url()

username

Property<String> username()

password

Property<String> password()

properties

@UseDefaults
Property<String> properties()