/*
* Copyright 2010 Chad Retz
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* Package with database model POJO's
*
* @author Chad Retz
*/
@ClassesInPackage({
ApproximateDate.class,
AtBatEvent.class,
Base.class,
DraftType.class,
ErrorType.class,
FieldCondition.class,
FieldLocation.class,
Forfeiture.class,
Game.class,
GameAccuracy.class,
GameCompletion.class,
GameDayNumber.class,
GamePlayer.class,
GamePosition.class,
GameType.class,
HandPreference.class,
LahmanModel.class,
League.class,
Level.class,
Location.class,
Park.class,
Person.class,
PinPointLocation.class,
Pitch.class,
PitchType.class,
Play.class,
PlayEvent.class,
PlayModifier.class,
PlayModifierType.class,
PlayRunnerAdvancement.class,
PlayType.class,
Position.class,
Precipitation.class,
Protest.class,
Reference.class,
RetrosheetModel.class,
Roster.class,
SkyCondition.class,
StateProvince.class,
Team.class,
TeamGameInfo.class,
Transaction.class,
TransactionTime.class,
TransactionType.class,
WindDirection.class
})
package org.statmantis.model;
import org.statmantis.util.ClassesInPackage;