org.qi4j.library.sql.ds
Interface PGDataSourceConfiguration

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

public interface PGDataSourceConfiguration
extends ConfigurationComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<String> database()
           
 Property<String> password()
           
 Property<Integer> port()
           
 Property<String> server()
           
 Property<String> user()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

server

@Optional
Property<String> server()

port

@Optional
Property<Integer> port()

database

@Optional
Property<String> database()

user

@Optional
Property<String> user()

password

@Optional
Property<String> password()