public interface PersistenceManager
Class<?>[] getAllPolymorphicEntitiesFromCeiling(Class<?> ceilingClass)
Class<?>[] getPolymorphicEntities(String ceilingEntityFullyQualifiedClassname) throws ClassNotFoundException
ClassNotFoundException
Map<String,FieldMetadata> getSimpleMergedProperties(String entityName, PersistencePerspective persistencePerspective) throws ClassNotFoundException, SecurityException, IllegalArgumentException, NoSuchMethodException, IllegalAccessException, InvocationTargetException, NoSuchFieldException
ClassMetadata getMergedClassMetadata(Class<?>[] entities, Map<MergedPropertyType,Map<String,FieldMetadata>> mergedProperties) throws ClassNotFoundException, IllegalArgumentException
DynamicResultSet inspect(PersistencePackage persistencePackage) throws ServiceException, ClassNotFoundException
DynamicResultSet fetch(PersistencePackage persistencePackage, CriteriaTransferObject cto) throws ServiceException
ServiceException
Entity add(PersistencePackage persistencePackage) throws ServiceException
ServiceException
Entity update(PersistencePackage persistencePackage) throws ServiceException
ServiceException
void remove(PersistencePackage persistencePackage) throws ServiceException
ServiceException
DynamicEntityDao 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
ClassNotFoundException
Copyright © 2014. All rights reserved.