org.qi4j.library.sql.liquibase
Class LiquibaseService.Mixin

java.lang.Object
  extended by org.qi4j.library.sql.liquibase.LiquibaseService.Mixin
All Implemented Interfaces:
Composite, Identity, ServiceComposite, LiquibaseService
Enclosing interface:
LiquibaseService

public abstract static class LiquibaseService.Mixin
extends java.lang.Object
implements LiquibaseService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.sql.liquibase.LiquibaseService
LiquibaseService.Activator, LiquibaseService.Mixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
LiquibaseService.Mixin()
           
 
Method Summary
 void activateLiquibase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Constructor Detail

LiquibaseService.Mixin

public LiquibaseService.Mixin()
Method Detail

activateLiquibase

public void activateLiquibase()
                       throws java.lang.Exception
Specified by:
activateLiquibase in interface LiquibaseService
Throws:
java.lang.Exception