@Deprecated public class PersistenceServiceStructureImplBase extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
LOG
Deprecated.
|
Constructor and Description |
---|
PersistenceServiceStructureImplBase()
Deprecated.
Constructs a PersistenceServiceImpl instance.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PersistableBusinessObjectExtension> |
getBusinessObjectAttributeClass(Class<? extends PersistableBusinessObject> clazz,
String attributeName)
Deprecated.
|
protected org.apache.ojb.broker.metadata.ClassDescriptor |
getClassDescriptor(Class persistableClass)
Deprecated.
|
protected org.apache.ojb.broker.metadata.DescriptorRepository |
getDescriptorRepository()
Deprecated.
|
boolean |
isJpaEnabledForKradClass(Class clazz)
Deprecated.
Determines if JPA is enabled for the KNS and for the given class
|
List |
listPrimaryKeyFieldNames(Class clazz)
Deprecated.
This method returns a list of primary key field names.
|
protected static final org.apache.log4j.Logger LOG
public PersistenceServiceStructureImplBase()
protected org.apache.ojb.broker.metadata.DescriptorRepository getDescriptorRepository()
public List listPrimaryKeyFieldNames(Class clazz)
clazz
- protected org.apache.ojb.broker.metadata.ClassDescriptor getClassDescriptor(Class persistableClass)
persistableClass
- IllegalArgumentException
- if the given Class is nullClassNotPersistableException
- if the given Class is unknown to OJBpublic boolean isJpaEnabledForKradClass(Class clazz)
clazz
- the class to check for JPA enabling ofpublic Class<? extends PersistableBusinessObjectExtension> getBusinessObjectAttributeClass(Class<? extends PersistableBusinessObject> clazz, String attributeName)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.