org.qi4j.library.rdf.repository
Interface RdbmsRepositoryConfiguration


public interface RdbmsRepositoryConfiguration


Method Summary
 Property<String> jdbcDriver()
           
 Property<String> jdbcUrl()
           
 Property<String> password()
           
 Property<String> user()
           
 

Method Detail

jdbcDriver

Property<String> jdbcDriver()

jdbcUrl

Property<String> jdbcUrl()

user

Property<String> user()

password

Property<String> password()