public interface PersistenceParser
| Modifier and Type | Method and Description |
|---|---|
java.lang.ClassLoader |
getClassloader()
Returns the classloader of the PersistenceParser.
|
javax.sql.DataSource |
getJtaDataSource()
Returns the JTA datasource JNDI name.
|
MetadataImpl |
getMetadata()
Returns the metadata of the parser.
|
javax.sql.DataSource |
getNonJtaDataSource()
Returns the non-JTA datasource JNDI name.
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Returns the properties of the persistence unit.
|
java.lang.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
|
java.lang.ClassLoader getClassloader()
javax.sql.DataSource getJtaDataSource()
MetadataImpl getMetadata()
javax.sql.DataSource getNonJtaDataSource()
java.util.Map<java.lang.String,java.lang.Object> getProperties()
java.lang.String getProvider()
javax.persistence.SharedCacheMode getSharedCacheMode()
boolean hasValidators()
Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.