public interface PersistenceManager
Class<?>[] getAllPolymorphicEntitiesFromCeiling(Class<?> ceilingClass)
Class<?>[] getPolymorphicEntities(String ceilingEntityFullyQualifiedClassname) throws ClassNotFoundException
ClassNotFoundExceptionMap<String,FieldMetadata> getSimpleMergedProperties(String entityName, PersistencePerspective persistencePerspective) throws ClassNotFoundException, SecurityException, IllegalArgumentException, NoSuchMethodException, IllegalAccessException, InvocationTargetException, NoSuchFieldException
ClassMetadata buildClassMetadata(Class<?>[] entities, PersistencePackage persistencePackage, Map<MergedPropertyType,Map<String,FieldMetadata>> mergedProperties) throws IllegalArgumentException
IllegalArgumentExceptionPersistenceResponse inspect(PersistencePackage persistencePackage) throws ServiceException, ClassNotFoundException
PersistenceResponse fetch(PersistencePackage persistencePackage, CriteriaTransferObject cto) throws ServiceException
ServiceExceptionPersistenceResponse add(PersistencePackage persistencePackage) throws ServiceException
ServiceExceptionPersistenceResponse update(PersistencePackage persistencePackage) throws ServiceException
ServiceExceptionPersistenceResponse remove(PersistencePackage persistencePackage) throws ServiceException
ServiceExceptionvoid configureDynamicEntityDao(Class entityClass, TargetModeType targetMode)
void configureDefaultDynamicEntityDao(TargetModeType targetModeType)
DynamicEntityDao with a blPU-based standardEntityManager
using the passed in TargetModeTypeDynamicEntityDao getDynamicEntityDao()
void setDynamicEntityDao(DynamicEntityDao dynamicEntityDao)
TargetModeType getTargetMode()
void setTargetMode(TargetModeType targetMode)
List<CustomPersistenceHandler> getCustomPersistenceHandlers()
void setCustomPersistenceHandlers(List<CustomPersistenceHandler> customPersistenceHandlers)
Class<?>[] getUpDownInheritance(String testClassname) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2022. All rights reserved.