org.qi4j.index.sql.support.postgresql
Interface PostgreSQLService

All Superinterfaces:
Composite, Identity, IndexExporter, ServiceComposite, SQLAppStartup, SQLIndexing, SQLQuerying

@Mixins(value={PostgreSQLAppStartup.class,PostgreSQLIndexing.class,PostgreSQLQuerying.class,PostgreSQLTypeHelper.SQLTypeHelperMixin.class,PostgreSQLIndexExporter.class})
public interface PostgreSQLService
extends SQLAppStartup, SQLIndexing, SQLQuerying, IndexExporter, ServiceComposite

This is actual service responsible of managing indexing and queries and creating database structure. The reason why all these components are in one single service is that they all require some data about the database structure. Rather than exposing all of that data publicly to be available via another service, it is stored in a state-style private mixin. Thus all the database-related data is available only to this service, and no one else.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 
Methods inherited from interface org.qi4j.index.sql.support.api.SQLAppStartup
initConnection
 
Methods inherited from interface org.qi4j.index.sql.support.api.SQLIndexing
indexEntities
 
Methods inherited from interface org.qi4j.index.sql.support.api.SQLQuerying
constructQuery, getResultSetType, isFirstResultSettingSupported
 
Methods inherited from interface org.qi4j.spi.query.IndexExporter
exportFormalToWriter, exportReadableToStream
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type