org.jboss.testharness.impl.packaging.ear
Annotation Type PersistenceXml


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PersistenceXml

Override the default META-INF/persistence.xml

Author:
Dan Allen
See Also:
Resource

Required Element Summary
 java.lang.String value
          Location of the overriding file, relative to the current location or the root this classpath if beginning with a '/'.
 

Element Detail

value

public abstract java.lang.String value
Location of the overriding file, relative to the current location or the root this classpath if beginning with a '/'.



Copyright © 2009-2010. All Rights Reserved.