Class Album


  • @Entity
    public class Album
    extends BaseObject
    This class provides an example of inheriting from a non-entity base class. In this case, the base class is mapped into the Album table. We physically map the parent properties into table colums here.
    See Also:
    class for a sibling example that will accept the parent mapping defaults.