org.qi4j.library.sql.common
Interface SQLConfiguration

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

public interface SQLConfiguration
extends ConfigurationComposite

Typical configuration for service, which uses data source (through DataSourceService ) 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<String> schemaName()
          The schema name to use to create/find tables.
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

schemaName

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