public interface PersistenceParser
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassloader()
Returns the classloader of the PersistenceParser.
|
DataSource |
getJtaDataSource()
Returns the JTA datasource JNDI name.
|
MetadataImpl |
getMetadata()
Returns the metadata of the parser.
|
DataSource |
getNonJtaDataSource()
Returns the non-JTA datasource JNDI name.
|
Map<String,Object> |
getProperties()
Returns the properties of the persistence unit.
|
String |
getProvider()
Returns the persistence provider.
|
javax.persistence.SharedCacheMode |
getSharedCacheMode()
Returns the specification of how the provider must use a second-level cache for the persistence unit.
|
boolean |
hasValidators()
Returns if the persistence unit has validators
|
ClassLoader getClassloader()
DataSource getJtaDataSource()
MetadataImpl getMetadata()
DataSource getNonJtaDataSource()
Map<String,Object> getProperties()
String getProvider()
javax.persistence.SharedCacheMode getSharedCacheMode()
boolean hasValidators()
Copyright © 2012-2013 Batoo. All Rights Reserved.