Arquillian Persistence Extension Implementation 1.0.0.Alpha1

org.jboss.arquillian.persistence.metadata
Class MetadataProvider

java.lang.Object
  extended by org.jboss.arquillian.persistence.metadata.MetadataProvider

public class MetadataProvider
extends Object


Constructor Summary
MetadataProvider(Method testMethod, MetadataExtractor metadataExtractor, PersistenceConfiguration configuration)
           
 
Method Summary
 String getDataSourceName()
           
 TransactionMode getTransactionalMode()
           
 boolean isDataVerificationExpected()
           
 boolean isPersistenceFeatureEnabled()
           
 boolean isTransactional()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataProvider

public MetadataProvider(Method testMethod,
                        MetadataExtractor metadataExtractor,
                        PersistenceConfiguration configuration)
Method Detail

isPersistenceFeatureEnabled

public boolean isPersistenceFeatureEnabled()

isDataVerificationExpected

public boolean isDataVerificationExpected()

isTransactional

public boolean isTransactional()

getTransactionalMode

public TransactionMode getTransactionalMode()

getDataSourceName

public String getDataSourceName()

Arquillian Persistence Extension Implementation 1.0.0.Alpha1

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.