| |
|
| java.lang.Object org.kuali.core.service.impl.PersistenceServiceStructureImplBase
All known Subclasses: org.kuali.core.service.impl.PersistenceServiceImplBase,
PersistenceServiceStructureImplBase | public class PersistenceServiceStructureImplBase (Code) | | |
PersistenceServiceStructureImplBase | public PersistenceServiceStructureImplBase()(Code) | | Constructs a PersistenceServiceImpl instance.
|
getDescriptorRepository | protected DescriptorRepository getDescriptorRepository()(Code) | | DescriptorRepository containing everything OJB knows aboutpersistable classes |
getTableName | protected String getTableName(ClassDescriptor classDescriptor)(Code) | | Parameters: classDescriptor - name of the database table associated with given classDescriptor,stripped of its leading schemaName |
listPrimaryKeyFieldNames | public List listPrimaryKeyFieldNames(Class clazz)(Code) | | See Also: org.kuali.core.service.PersistenceMetadataExplorerService.listPrimaryKeyFieldNames(java.lang.Class) |
|
|
|