| Package | Description |
|---|---|
| org.soulwing.prospecto.demo.jaxrs.domain | |
| org.soulwing.prospecto.demo.jaxrs.service |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPerson
An entity that describes a person.
|
class |
Contact
An entity that describes an (adult) contact person for a player.
|
class |
Division
An entity that describes a division in a league.
|
class |
League
An entity that describes a league.
|
class |
Parent
An entity that represents a player's parent/guardian.
|
class |
Phone
An entity that represents a phone number.
|
class |
PhysicalAddress
An entity that represents the address of a geographic location in the
United States of America.
|
class |
Player
An entity that describes a player.
|
class |
RosterPlayer
An entity that describes a player in a team roster.
|
class |
Team
An entity that describes a team in a division.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityService<T extends AbstractEntity>
An abstract CRUD service for an entity type.
|
class |
EntityServiceBase<T extends AbstractEntity>
A base for entity service implementations.
|
Copyright © 2014–2016. All rights reserved.