Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.model.FieldDesc
-
Packages that use FieldDesc Package Description com.sun.jdo.spi.persistence.support.sqlstore.model com.sun.jdo.spi.persistence.support.sqlstore.sql -
-
Uses of FieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.model
Subclasses of FieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.model Modifier and Type Class Description classForeignFieldDescclassLocalFieldDescMethods in com.sun.jdo.spi.persistence.support.sqlstore.model that return FieldDesc Modifier and Type Method Description FieldDescClassDesc. getField(int index)FieldDescClassDesc. getField(String name)Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type FieldDesc Modifier and Type Method Description protected voidFieldDesc. addTrackedField(FieldDesc f)RetrieveDescClassDesc. getRetrieveDescForPKQuery(FieldDesc additionalField, PersistenceStore store)Returns a RetrieveDescriptor which represent a SQL query selecting a pc instance by pk-fields. -
Uses of FieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type FieldDesc Modifier and Type Method Description ObjectUpdateObjectDescImpl. getAfterValue(FieldDesc f)ObjectUpdateObjectDescImpl. getBeforeValue(FieldDesc f)CollectionUpdateObjectDescImpl. getUpdateJoinTableDescs(FieldDesc fieldDesc)voidUpdateObjectDescImpl. markRelationshipChange(FieldDesc fieldDesc)Marks the relationship change property for this instance, if the updated field is a relationship field or a hidden field tracing a foreign key column in the database.
-