Source
stringclasses
1 value
Date
int32
2.01k
2.01k
Text
stringlengths
3
15.9M
Token_count
int32
1
2.44M
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.ejb.model.FamCard; import org.fam.ejb.session.FamCardFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import java.io.Serializable; @ManagedBe...
640
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.ejb.model.FamCity; import org.fam.ejb.session.FamCityFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import java.io.Serializable; @ManagedBe...
326
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.controller; import lombok.Getter; import lombok.Setter; import org.fam.ejb.model.FamEntity; import org.fam.ejb.session.AbstractFacade; import org.fam.jsf.bean.util.JsfUtil; import org.fam.jsf.common....
1,657
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.controller; import lombok.Getter; import lombok.Setter; import org.fam.common.cdi.Loggable; import org.fam.ejb.model.FamEvent; import org.fam.ejb.session.FamEventFacade; import org.joda.time.DateTime...
977
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.ejb.model.FamTypAbsence; import org.fam.ejb.session.FamTypAbsenceFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import java.io.Serializable;...
691
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.ejb.model.FamCompetitionTeam; import org.fam.ejb.session.FamCompetitionTeamFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.enterprise.context.SessionScoped; import javax.faces.component.UIComponent; im...
582
github-java-corpus
2,012
package org.fam.jsf.controller; import lombok.Getter; import lombok.Setter; import org.fam.common.cdi.Loggable; import org.fam.common.cdi.LoggedIn; import org.fam.common.cdi.Player; import org.fam.ejb.model.FamAnswer; import org.fam.ejb.model.FamEvent; import org.fam.ejb.model.FamPlayer; import org.fam.ejb.model.FamTe...
2,097
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.ejb.model.FamOrganization; import org.fam.ejb.session.FamOrganizationFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import java.io.Serializa...
321
github-java-corpus
2,012
package org.fam.jsf.controller; import lombok.Getter; import lombok.Setter; import org.fam.common.cdi.Loggable; import org.fam.ejb.model.*; import org.fam.ejb.session.FamPlayerFacade; import org.fam.jsf.bean.util.JsfUtil; import org.fam.jsf.cache.CacheBean; import org.primefaces.event.SelectEvent; import org.primeface...
2,240
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.ejb.model.FamClub; import org.fam.ejb.model.FamSeason; import org.fam.ejb.session.FamClubFacade; import org.fam.ejb.session.FamPlayerSeasonFacade; import org.fam.jsf.cache.CacheBean; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax....
1,018
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.ejb.model.FamProvince; import org.fam.ejb.session.FamProvinceFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import java.io.Serializable; @M...
326
github-java-corpus
2,012
package org.fam.ws; import lombok.Setter; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamClub; import org.fam.ejb.session.FamClubFacade; import javax.ejb.Stateless; import javax.inject.Inject; import javax.interceptor.Interceptors;...
312
github-java-corpus
2,012
package org.fam.ws; import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.Application; /** * Created with IntelliJ IDEA. * User: mask_hot * Date: 17/03/12 * Time: 20:01 * To change this template use File | Settings | File Templates. */ @ApplicationPath("resources") public class RESTConfig extends Applicat...
79
github-java-corpus
2,012
package org.fam; import net.thucydides.core.annotations.Feature; /** * Hello world! */ public class App { @Feature public class Club { public class Edit { } public class List { } public class View { } public class Create { } } ...
338
github-java-corpus
2,012
package org.fam; /** * Created with IntelliJ IDEA. * User: gbougeard * Date: 06/06/12 * Time: 17:49 * To change this template use File | Settings | File Templates. */ public class Constants { public final static String DEFAULT_URL = "www.google.com"; // ========================== // Constantes po...
322
github-java-corpus
2,012
package org.fam.steps; import net.thucydides.core.annotations.Step; import net.thucydides.core.annotations.StepGroup; import net.thucydides.core.pages.Pages; import net.thucydides.core.steps.ScenarioSteps; import org.fam.pages.HomePage; import org.joda.time.DateTime; import java.util.Date; import static net.thucydid...
245
github-java-corpus
2,012
package org.fam.steps.club; import java.util.Date; import net.thucydides.core.annotations.Step; import net.thucydides.core.annotations.StepGroup; import net.thucydides.core.pages.Pages; import net.thucydides.core.steps.ScenarioSteps; import org.joda.time.DateTime; import static net.thucydides.core.pages.PageObject.w...
153
github-java-corpus
2,012
package org.fam.common; import org.joda.time.DateTime; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.Select; import java.util.List; /** * Created with IntelliJ IDEA. * User: gbougeard * Date: 07/08/12 * Time: 11:15 * To change this template use File | Settings | File Templates. *...
578
github-java-corpus
2,012
package org.fam.pages.club; import net.thucydides.core.annotations.NamedUrl; import net.thucydides.core.annotations.NamedUrls; import net.thucydides.core.pages.PageObject; import org.openqa.selenium.WebDriver; /** * Created with IntelliJ IDEA. * User: gbougeard * Date: 19/03/12 * Time: 11:02 * To change this tem...
338
github-java-corpus
2,012
package org.fam.pages.club; import net.thucydides.core.annotations.NamedUrl; import net.thucydides.core.annotations.NamedUrls; import net.thucydides.core.pages.PageObject; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium....
246
github-java-corpus
2,012
package org.fam.pages.club; import net.thucydides.core.annotations.NamedUrl; import net.thucydides.core.annotations.NamedUrls; import net.thucydides.core.pages.PageObject; import net.thucydides.core.pages.WebElementFacade; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.s...
675
github-java-corpus
2,012
package org.fam.pages.club; import net.thucydides.core.annotations.At; import net.thucydides.core.annotations.NamedUrl; import net.thucydides.core.annotations.NamedUrls; import net.thucydides.core.pages.PageObject; import org.openqa.selenium.WebDriver; /** * Created with IntelliJ IDEA. * User: gbougeard * Date: 19...
139
github-java-corpus
2,012
package org.fam.pages; import net.thucydides.core.annotations.DefaultUrl; import net.thucydides.core.pages.PageObject; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.How; /** * Created with IntelliJ IDEA. * U...
257
github-java-corpus
2,012
package org.fam.scenario.club; import net.thucydides.core.annotations.Managed; import net.thucydides.core.annotations.ManagedPages; import net.thucydides.core.annotations.Steps; import net.thucydides.core.annotations.Story; import net.thucydides.core.annotations.WithTag; import net.thucydides.core.pages.Pages; import ...
549
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamPosition; import javax.ejb.LocalBean; import javax.ejb...
273
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamFormation; import org.fam.ejb.model.FamFormationItem; ...
530
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.constant.FamConstantes; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamTypEvent; ...
552
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamTypCardFinescale; import javax.ejb.Stateless; import ja...
252
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamAbsence; import javax.ejb.Stateless; import javax.inter...
241
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import lombok.Data; import org.fam.common.cdi.ClubFilter; import org.fam.ejb.model.FamClub; import javax.enterprise.inject.Produces; import javax.inject.Named; import java.io.Serializable; ...
119
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamTypPlace; import javax.ejb.LocalBean; import javax.ejb...
271
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamMatch; import org.fam.ejb.model.FamMatchTeam; import org...
597
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.cdi.Player; import org.fam.common.constant.FamConstantes; import org.fam.ejb.model.FamEvent; import org.fam.ejb.model.FamEventStatus; import org.fam.ejb.model.FamPlayer...
1,271
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamPlace; import javax.ejb.LocalBean; import javax.ejb.St...
262
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamTypMatch; import javax.ejb.LocalBean; import javax.ejb...
283
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamFormation; import javax.ejb.LocalBean; import javax.ej...
273
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamCountry; import org.fam.ejb.model.FamState; import org.s...
976
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package org.fam.ejb.session; import org.fam.common.constant.FamConstantes; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.common.log.LogUtil; imp...
2,512
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.*; import javax.ejb.EJB; import javax.ejb.LocalBean; impor...
3,766
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.constant.FamConstantes; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamEventStatu...
704
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.ejb.model.FamTypCompetition; import javax.ejb.Stateless; /** * @author gregory.bougeard */ @Stateless public class FamTypCompetitionFacade extends AbstractFacade<FamTypCom...
191
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamProvince; import org.fam.ejb.model.FamState; import org....
1,401
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamMatchTeam; import javax.ejb.LocalBean; import javax.ej...
221
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamGroup; import javax.ejb.Stateless; import javax.interce...
232
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamTeam; import org.fam.ejb.model.FamUser; import javax.e...
249
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamSeason; import org.fam.ejb.model.FamUser; import org.fam...
930
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamMatchPlayer; import org.fam.ejb.model.FamPlayer; import ...
864
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamCity; import org.fam.ejb.model.FamProvince; import org.s...
1,640
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamEvent; import org.fam.ejb.model.FamSeason; imp...
680
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamCompetitionTeam; import javax.ejb.LocalBean; import ja...
226
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package org.fam.ejb.session; import org.eclipse.persistence.config.PersistenceUnitProperties; import org.fam.common.cdi.LoggedIn; import org.fam.common.constant.FamConstantes; import org.fam.common.interceptor....
3,215
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory;...
4,108
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamStaffFunction; import javax.ejb.Stateless; import javax...
237
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamClub; import javax.ejb.Stateless; import javax.intercep...
285
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamComment; import javax.ejb.Stateless; import javax.inter...
232
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamOrganization; import javax.ejb.Stateless; import javax....
278
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamCard; import org.fam.ejb.model.FamMatch; import org.fam....
588
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamGoal; import org.fam.ejb.model.FamMatch; import org.fam....
582
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamFixture; import org.fam.ejb.model.FamMatch; import org.f...
613
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.constant.FamConstantes; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamScale; im...
619
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamTypAbsence; import javax.ejb.LocalBean; import javax.e...
280
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamPlayer; import org.fam.ejb.model.FamPlayerProfi...
1,334
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamProfile; import javax.ejb.Stateless; import javax.inter...
232
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.constant.FamConstantes; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamTypAnswer...
734
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamUser; import javax.e...
1,128
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamCountry; import org.slf4j.Logger; import org.slf4j.Logge...
1,526
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamFixture; import org.fam.ejb.model.FamMatch; import org.f...
761
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamSeason; import javax.ejb.LocalBean; import javax.ejb.St...
550
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import org.fam.common.constant.FamConstantes; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.ejb.model.FamTypCard; ...
566
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.event; /** * @author arungupta */ // CDI Event - Can pass the state using org.glasfish.samples.Underground public class DBUpdated { }
64
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.event; /** * @author arungupta */ // CDI Event - Can pass the state using org.glasfish.samples.Underground public class FamEventUpdated { }
65
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package org.fam.ejb.exception; import javax.ejb.ApplicationException; /** * @author mask_hot */ @ApplicationException(rollback = true) public class FamException extends RuntimeException { /** * @param messa...
143
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.util; import com.googlecode.charts4j.*; import org.fam.ejb.model.FamPlayerProfile; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Arrays; /** * @author mask_hot */ publ...
501
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import org.fam.common.log.LogUtil; import javax.persistence.*; import javax.validation.constraints.Digits; import java.io.Serializable; import jav...
1,069
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import org.fam.common.log.LogUtil; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; import java.lang.reflect.Field; import java.u...
981
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import org.fam.common.log.LogUtil; import org.fam.ejb.listener.FamWorkoutEntityListener; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annota...
1,250
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import org.fam.common.log.LogUtil; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; ...
1,516
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import org.fam.common.log.LogUtil; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; import java.io.Serializable; impo...
1,022
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; import java.io.Serializa...
909
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; import java.io.Serializa...
904
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import org.fam.common.log.LogUtil; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; import java.lang.reflect.Field; import java.util.List...
1,629
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Data; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; /** * @author...
522
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates and open the template in * the editor. */ import lombok.Data; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; /** * @author...
670
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Data; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; /** * @author mask_hot */ @Data @Entity @Table(name = Fam...
605
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.Size; import jav...
939
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import org.fam.common.log.LogUtil; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; ...
1,557
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates and open the template in * the editor. */ import lombok.Getter; import lombok.Setter; import org.eclipse.persistence.annotations.Multitenant; import org.eclipse.persistence.annotations.MultitenantType; import org.eclipse.persistence....
3,113
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import ...
1,210
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.xml.bind.annotation.XmlRootElement; import java.io.S...
944
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.validat...
1,212
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates and open the template in * the editor. */ import lombok.Data; import org.fam.ejb.listener.AbstractEntityListener; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; import java.util...
218
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Data; import javax.persistence.*; import javax.validation.constraints.Digits; import javax.validation.constraints.Max; import javax.validation.constraints.Min; imp...
977
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bin...
1,308
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; import java.io.Serializ...
1,091
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Getter; import lombok.Setter; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; import java.io.Serializa...
1,149
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import lombok.Data; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; /** * @author mask_hot */ @Data @Entity @Table(name = FamCompetit...
429
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates and open the template in * the editor. */ import lombok.Getter; import lombok.Setter; import lombok.ToString; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; ...
990
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates and open the template in * the editor. */ import lombok.Data; import org.hibernate.validator.constraints.Email; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.Not...
1,127
github-java-corpus
2,012
package org.fam.ejb.model; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import org.fam.common.log.LogUtil; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; import java.lang.reflect.Field; import java.u...
1,188
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.model; /** * @author mask_hot */ public enum FamRole { /** * */ ADMIN_SITE, /** * */ ADMIN_CLUB, /** * */ COACH, /** * */ USE...
83