org.qi4j.library.sql.common
Interface SQLConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, EntityComposite, Identity

public interface SQLConfiguration
extends ConfigurationComposite

Typical configuration for service, which uses a DataSource as connection to SQL database, and given schema name as schema to create tables in.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<java.lang.String> schemaName()
          The schema name to use to create/find tables.
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

schemaName

@Optional
Property<java.lang.String> schemaName()
The schema name to use to create/find tables.