|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DataObjectService
@Deprecated public interface PersistenceService
Method Summary | |
---|---|
boolean |
allForeignKeyValuesPopulatedForReference(PersistableBusinessObject bo,
String referenceName)
Deprecated. |
void |
clearCache()
Deprecated. |
String |
getFlattenedPrimaryKeyFieldValues(Object persistableObject)
Deprecated. |
Map |
getPrimaryKeyFieldValues(Object persistableObject)
Deprecated. |
Map |
getPrimaryKeyFieldValues(Object persistableObject,
boolean sortFieldNames)
Deprecated. |
boolean |
isJpaEnabledForKradClass(Class clazz)
Deprecated. |
boolean |
isProxied(Object object)
Deprecated. |
void |
linkObjects(Object persistableObject)
Deprecated. |
void |
loadRepositoryDescriptor(String ojbRepositoryFilePath)
Deprecated. |
void |
refreshAllNonUpdatingReferences(PersistableBusinessObject bo)
Deprecated. |
Object |
resolveProxy(Object o)
Deprecated. |
void |
retrieveNonKeyFields(Object persistableObject)
Deprecated. |
void |
retrieveReferenceObject(Object persistableObject,
String referenceObjectName)
Deprecated. |
void |
retrieveReferenceObjects(List persistableObjects,
List referenceObjectNames)
Deprecated. |
void |
retrieveReferenceObjects(Object persistableObject,
List referenceObjectNames)
Deprecated. |
Method Detail |
---|
@Deprecated void loadRepositoryDescriptor(String ojbRepositoryFilePath)
@Deprecated void clearCache()
@Deprecated Object resolveProxy(Object o)
@Deprecated Map getPrimaryKeyFieldValues(Object persistableObject)
persistableObject
- object whose primary key field name,value pairs you want
IllegalArgumentException
- if the given Object is null
ClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated Map getPrimaryKeyFieldValues(Object persistableObject, boolean sortFieldNames)
persistableObject
- object whose primary key field name,value pairs you wantsortFieldNames
- if true, the returned Map will iterate through its entries sorted by fieldName
IllegalArgumentException
- if the given Object is null
ClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void retrieveNonKeyFields(Object persistableObject)
persistableObject
- object whose objects need to be filled in based on primary keys
IllegalArgumentException
- if the given Object is null
ClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void retrieveReferenceObject(Object persistableObject, String referenceObjectName)
persistableObject
- object whose specified reference object needs to be filled in based on primary keysreferenceObjectName
- the name of the reference object that will be filled in based on primary key values
IllegalArgumentException
- if the given Object is null
ClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void retrieveReferenceObjects(Object persistableObject, List referenceObjectNames)
persistableObject
- object whose specified reference objects need to be filled in based on primary keysreferenceObjectNames
- the names of the reference objects that will be filled in based on primary key values
IllegalArgumentException
- if either of the given lists is null or empty, or if any of the referenceObjectNames is
blank
ClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void retrieveReferenceObjects(List persistableObjects, List referenceObjectNames)
persistableObjects
- objects whose specified reference objects need to be filled in based on primary keysreferenceObjectNames
- the names of the reference objects that will be filled in based on primary key values
IllegalArgumentException
- if either of the given lists is null or empty, or if any of the referenceObjectNames is
blank
ClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void linkObjects(Object persistableObject)
persistableObject
- object whose objects need to have keys filled
IllegalArgumentException
- if the given Object is null
ClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated String getFlattenedPrimaryKeyFieldValues(Object persistableObject)
persistableObject
- object whose primary key field name,value pairs you wantbounded
- - whether to restrict the number of rows returned
IllegalArgumentException
- if the given Object is null
ClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated boolean allForeignKeyValuesPopulatedForReference(PersistableBusinessObject bo, String referenceName)
bo
- referenceName
-
@Deprecated void refreshAllNonUpdatingReferences(PersistableBusinessObject bo)
bo
- - the businessObject to be refreshed@Deprecated boolean isProxied(Object object)
object
- the object to determine if it is a proxy
@Deprecated boolean isJpaEnabledForKradClass(Class clazz)
clazz
- the class to check for JPA enabling of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |