Tutorial: Finding out the super class name of the class
Here we show you the way to find out the Superclass name by using the getSuperclass() method. The given example demonstrates the use of getSuperclass() method in more detail.
Tutorial Details:
Here we show you the way to find out the Superclass name by using the getSuperclass() method. The given example demonstrates the use of getSuperclass() method in more detail.
Create a class "Fsupercls". Populate it with the Checkbox objects. Now retrieve the Superclass name by using the getSuperclass() method.
Using Lucene With OJB
Brian McCallister looks at the Lucene search engine and shows us how to index and retrieve objects from a sample Student application.