Interface IEMFactory
- All Known Implementing Classes:
InternalEMFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.javax.persistence.EntityManagerFactoryDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.default booleanDeprecated.unusedbooleanisOpen()Deprecated, for removal: This API element is subject to removal in a future version.javax.persistence.EntityManagerDeprecated, for removal: This API element is subject to removal in a future version.voidopen()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
newEntityManager
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
FcPersistenceException
-
getPersistenceUnitName
String getPersistenceUnitName()Deprecated, for removal: This API element is subject to removal in a future version. -
getDBType
EDatenbankTyp getDBType()Deprecated, for removal: This API element is subject to removal in a future version. -
open
void open()Deprecated, for removal: This API element is subject to removal in a future version. -
close
void close()Deprecated, for removal: This API element is subject to removal in a future version. -
isOpen
boolean isOpen()Deprecated, for removal: This API element is subject to removal in a future version. -
isConfigurable
Deprecated.unused- Returns:
trueif the entity manager factory is configurable,falseotherwise
-
getEntityManagerFactory
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
FcPersistenceException
-
getDataSource
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
FcPersistenceException
-
SystemPersistenceManager.getEntityManagerFactory()instead.