Uses of Interface
com.submersion.jspshop.ejb.Object

Uses of Object in com.submersion.jspshop.ejb
 

Methods in com.submersion.jspshop.ejb that return Object
 Object ObjectHome.create()
          Used for creating a new instance of an Object.
 Object ObjectHome.findByPrimaryKey(java.lang.Long objectID)
          Returns an object by it's primary key, ObjectID.