liquibase.integration.cdi
Class CDIBootstrap

java.lang.Object
  extended by liquibase.integration.cdi.CDIBootstrap
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class CDIBootstrap
extends Object
implements javax.enterprise.inject.spi.Extension

CDI Bootstrap

Observes CDI container startup events and triggers the Liquibase update process via @PostConstruct on CDILiquibase

Author:
Aaron Walker (http://github.com/aaronwalker)

Constructor Summary
CDIBootstrap()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIBootstrap

public CDIBootstrap()


Copyright © 2013 Liquibase.org. All Rights Reserved.