Methods Summary |
---|
public void | assertInstanceOfRemoteInterfaceImpl(java.lang.Object o)Validates that this instance is of the correct implementation class
of a remote interface type.
|
public java.util.Collection | convertCollectionEJBObjectToPC(java.util.Collection coll, com.sun.jdo.api.persistence.support.PersistenceManager pm, boolean validate)Converts Collection of EJBObjects to a Collection of
persistence-capable instances.
|
public java.util.Collection | convertCollectionObjectIdToPrimaryKey(java.util.Collection oids)Converts Collection of Object Id's of persistence-capable instances to a
Collection of of the PrimaryKey instances.
|
public java.util.Collection | convertCollectionPCToEJBObject(java.util.Collection pcs, com.sun.jdo.api.persistence.support.PersistenceManager pm)Converts Collection of persistence-capable instances to a Collection of
EJBObjects.
|
public java.util.Set | convertCollectionPCToEJBObjectSet(java.util.Collection pcs, com.sun.jdo.api.persistence.support.PersistenceManager pm)Converts Collection of persistence-capable instances to a Set of
EJBObjects.
|
public java.util.Collection | convertCollectionPCToPrimaryKey(java.util.Collection pcs, com.sun.jdo.api.persistence.support.PersistenceManager pm)Converts Collection of persistence-capable instances to a Collection of
the PrimaryKey Class instances.
|
public java.util.Collection | convertCollectionPrimaryKeyToObjectId(java.util.Collection key)Converts Collection of PrimaryKey instances to a Collection of Object Id's
of a corresponding persistence-capable Class.
|
public java.lang.Object | convertEJBObjectToPC(javax.ejb.EJBObject o, com.sun.jdo.api.persistence.support.PersistenceManager pm, boolean validate)Converts EJBObject to persistence-capable instance.
|
public java.lang.Object | convertObjectIdToPrimaryKey(java.lang.Object objectId)Converts Object Id of a persistence-capable instance to an instance of the
PrimaryKey Class.
|
public javax.ejb.EJBObject | convertPCToEJBObject(java.lang.Object pc, com.sun.jdo.api.persistence.support.PersistenceManager pm)Converts persistence-capable instance to EJBObject.
|
public java.lang.Object | convertPCToPrimaryKey(java.lang.Object pc, com.sun.jdo.api.persistence.support.PersistenceManager pm)Converts persistence-capable instance to an instance of the PrimaryKey Class.
|
public java.lang.Object | convertPrimaryKeyToObjectId(java.lang.Object key)Converts instance of a PrimaryKey Class to an instance of the Object Id of a
corresponding persistence-capable Class.
|
public java.lang.Object | getContainer()Returns Container object associated with the corresponding concrete bean class.
|
public com.sun.jdo.spi.persistence.support.sqlstore.utility.NumericConverter | getNumericConverter()Return NumericConverter for conversion from Number to BigDecimal or
BigInteger for this bean type. It is responsible for passing the
correct policy value to the NumericConverterFactory.
|
public java.lang.Class | getPCClass()Returns the class object of the corresponding persistence-capable class
of the concrete bean class.
|
public java.io.Serializable | readSerializableObjectFromByteArray(byte[] byteArray)Constructs a Serializable object from byteArray. It is expected that
byteArray was constructed using a previous call to writeSerializableObjectToByteArray
|
public byte[] | writeSerializableObjectToByteArray(java.io.Serializable serializableObject)Serializes serializableObject into a byte array
|