org.eclipse.jpt.core.context
Interface MappingFilePersistenceUnitDefaults
- All Known Subinterfaces:
- OrmPersistenceUnitDefaults
public interface MappingFilePersistenceUnitDefaults
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
|
Method Summary |
AccessType |
getAccess()
|
java.lang.String |
getCatalog()
|
java.lang.String |
getSchema()
|
boolean |
isCascadePersist()
|
boolean |
resourceExists()
Return whether the underlying resource exists for the MappingFilePersistenceUnitDefaults object
If there is a node in the orm.xml file for persistence-unit-default, this returns true, otherwise false. |
getAccess
AccessType getAccess()
getCatalog
java.lang.String getCatalog()
getSchema
java.lang.String getSchema()
isCascadePersist
boolean isCascadePersist()
resourceExists
boolean resourceExists()
- Return whether the underlying resource exists for the MappingFilePersistenceUnitDefaults object
If there is a node in the orm.xml file for persistence-unit-default, this returns true, otherwise false.
- Returns: