org.qi4j.library.sql.liquibase
Interface LiquibaseService

All Superinterfaces:
Composite, Identity, ServiceComposite
All Known Implementing Classes:
LiquibaseService.Mixin

@Mixins(value=LiquibaseService.Mixin.class)
@Activators(value=LiquibaseService.Activator.class)
public interface LiquibaseService
extends ServiceComposite

Wrapper service for Liquibase.


Nested Class Summary
static class LiquibaseService.Activator
           
static class LiquibaseService.Mixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 void activateLiquibase()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

activateLiquibase

void activateLiquibase()
                       throws java.lang.Exception
Throws:
java.lang.Exception