org.broadleafcommerce.profile.extensibility.jpa.convert
Interface BroadleafClassTransformer

All Superinterfaces:
javax.persistence.spi.ClassTransformer
All Known Implementing Classes:
SingleTableInheritanceClassTransformer

public interface BroadleafClassTransformer
extends javax.persistence.spi.ClassTransformer

Author:
jfischer

Method Summary
 void compileJPAProperties(java.util.Properties props, java.lang.Object key)
           
 
Methods inherited from interface javax.persistence.spi.ClassTransformer
transform
 

Method Detail

compileJPAProperties

void compileJPAProperties(java.util.Properties props,
                          java.lang.Object key)
                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011. All Rights Reserved.