Serialized Form


Package org.glassfish.osgijpa.dd

Class org.glassfish.osgijpa.dd.Persistence extends Object implements Serializable

serialVersionUID: -436183641556036668L

Serialized Fields

persistenceUnit

List<E> persistenceUnit

version

String version

url

URL url
URL for this persistence.xml file


PURoot

String PURoot
A PURoot specifies the relative path from the root of the bundle to to the root of this persistence unit. e.g. WEB-INF/classes -- if persistence.xml is in WEB-INF/classes/META-INF, WEB-INF/lib/foo.jar -- if persistence.xml is in WEB-INF/lib/foo.jar/META-INF, "" -- if persistence.xml is in META-INF directory of the bundle, util/bar.jar -- if persistence.xml is in bundle.jar/util/bar.jar

Class org.glassfish.osgijpa.dd.Persistence.PersistenceUnit extends Object implements Serializable

serialVersionUID: -8420298339689129735L

Serialized Fields

description

String description

provider

String provider

jtaDataSource

String jtaDataSource

nonJtaDataSource

String nonJtaDataSource

mappingFile

List<E> mappingFile

jarFile

List<E> jarFile

clazz

List<E> clazz

excludeUnlistedClasses

Boolean excludeUnlistedClasses

sharedCacheMode

PersistenceUnitCachingType sharedCacheMode

validationMode

PersistenceUnitValidationModeType validationMode

properties

Persistence.PersistenceUnit.Properties properties

name

String name

transactionType

PersistenceUnitTransactionType transactionType

Class org.glassfish.osgijpa.dd.Persistence.PersistenceUnit.Properties extends Object implements Serializable

serialVersionUID: 643365821766930807L

Serialized Fields

property

List<E> property

Class org.glassfish.osgijpa.dd.Persistence.PersistenceUnit.Properties.Property extends Object implements Serializable

serialVersionUID: 6875723373651840367L

Serialized Fields

name

String name

value

String value



Copyright © 2012 GlassFish Community. All Rights Reserved.