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
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.session; import javax.ejb.Stateless; import javax.inject.Named; import javax.interceptor.Interceptors; import javax.persistence.Query; import org.fam.common.constant.FamConstantes; import org.fam.co...
564
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
package org.fam.ejb.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.ArrayList; import java.util.Collection; import java.util.List; /** * Created with Intell...
369
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 javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax....
1,117
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; /** * @author gbougear */ @Entity @Table(name = FamProfile.TABLE_NAME, ...
826
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.ejb.listener.FamWorkoutEntityListener; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; import java.io...
1,096
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; import java.util.Date; import java....
1,328
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.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Genera...
728
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...
983
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.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType...
1,163
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; import java.util.List; /** * @aut...
1,402
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.Email; import org.hibernate.validator.constraints.NotEmpty; import org.joda.time.DateMidnight; import or...
3,252
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,327
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 javax.xml.bind.annotation.XmlRootEleme...
229
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.Basic; import javax.persistence.Column; import javax.persistence.Ent...
1,440
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.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationTyp...
1,148
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.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; i...
1,255
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.Basic; import javax.persistence.Column; import javax.persistence.Ent...
1,041
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.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persisten...
463
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.fam.ejb.util.Util; import org.hibernate.validator.constraints.Email; import org.hibernate.validator.constraints.NotEmpty; import javax.persistence.Basic; impor...
1,269
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; import java.util.List; /** * @author mask_hot */ @Entity @Table(name = FamTyp...
1,033
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
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.Max; import javax.validation.constraints.NotNull; import java.io.Serializ...
2,097
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.xml.bind.annotation.XmlRootElement; import java.io.Serializable; /** * @author mask_hot */ @Getter @Se...
1,527
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 javax.persistence.*; import java.io.Serializable; /** * @author mask_hot */ @Entity @Table(name = FamSubstitution.TABLE_NAME) @NamedQueries({ @NamedQuery(name = "FamSubstitu...
1,221
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 java.io.Serializable; /** * @author gbougear */ @Data public class FamRankingPK implements Serializable { private static final long serialVersionUID = 1L; ...
233
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.Max; import javax.validation.constraints.Min; import java.io.Serializable; /** * @author gbougear */ @D...
684
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; import java.util.List; /** * @author gbougear */ @Entity @Table(name = FamSea...
1,126
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.Basic; import javax.persistence.Column; import javax.persistence.Ent...
1,558
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,105
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 java.io.Serializable; /** * @author gbougear */ public class FamUserSeasonPK implements Serializable { private static final long serialVersionUID = 1L; private Long famUser...
583
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; import java.util.List; /** * @author gbougear */ @Entity @Table(name = FamTyp...
1,028
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; /** * @author mask_hot */ @Entity @Table(name = FamTypCard.TABLE_NAME, ...
914
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,108
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 java.io.Serializable; /** * @author gbougear */ public class FamMatchPlayerPK implements Serializable { private static final long serialVersionUID = -8409364271443197745L; ...
434
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 java.io.Serializable; /** * @author gbougear */ public class FamPlayerSeasonPK implements Serializable { private static final long serialVersionUID = 1L; private Long famP...
550
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import java.io.Serializable; import java.util.List; /** * @author gbougear */ @Entity @Table(name = FamSta...
1,252
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; import java.io....
1,302
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 java.io.Serializable; /** * @author gbougear */ public class FamMatchTeamPK implements Serializable { private static final long serialVersionUID = 1L; private Long famMat...
428
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.Embedded; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.IdClass; import javax.pe...
1,356
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.ejb.listener.FamEventEntityListener; import org.hibernate.validator.constraints.NotEmpty; import org.joda.time.DateTime; import jav...
1,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 javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; import java.util.List; /** * @author mask_hot */ @Entity @Table(name = FamUserSeason.T...
1,640
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.Basic; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import jav...
1,568
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 java.io.Serializable; /** * @author gbougear */ public class FamPlayerPositionPK implements Serializable { private static final long serialVersionUID = 1L; private Long fam...
508
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; import java.math.BigDecimal; /** ...
1,234
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.Basic; import javax.persistence.CascadeType; import javax.persistenc...
1,531
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...
989
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.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType...
1,373
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.hibernate.validator.constraints.NotEmpty; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; import java.util.List; /** * @aut...
1,410
github-java-corpus
2,012
package org.fam.ejb.model; import lombok.Data; import javax.persistence.Basic; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.IdClass; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.NamedQueries; import javax.persistence.NamedQ...
776
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.listener; /** * @author gbougear */ public class FamWorkoutEntityListener { // @EJB // private FamTypEventFacade ejbTypEvent; // // @PrePersist // void beforeCreate(final Object entity...
221
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.listener; import org.fam.ejb.model.FamPlayerSeason; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.persistence.PrePersist; import javax.persistence.PreUpdate; /** * @author ...
232
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package org.fam.ejb.listener; import org.fam.ejb.model.FamEntity; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.persistence.*; import java.util.Date; /** * @author gbougear */ public class Ab...
398
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.listener; /** * @author gbougear */ public class FamMatchEntityListener { // @EJB // private FamTypEventFacade ejbTypEvent; // // @PrePersist // void beforeCreate(final Object entity) ...
218
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.listener; import javax.persistence.PrePersist; import javax.persistence.PreUpdate; /** * @author gbougear */ public class FamPlayerEntityListener { // @EJB // private FamTypEventFacade ...
265
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.listener; import org.fam.ejb.event.FamEventUpdated; import org.fam.ejb.model.FamEvent; import org.fam.ejb.session.FamEventStatusFacade; import org.fam.ejb.session.FamSeasonFacade; import org.joda.tim...
711
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.ejb.listener; import org.fam.ejb.model.FamPlayer; import org.fam.ejb.model.FamPlayerProfile; import org.fam.ejb.util.ChartUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.pers...
424
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.common.constant; /** * @author gbougear */ public class FamConstantes { /** * */ public static final String EVENT_SCHEDULED_LIB = "Planifie"; /** * */ public static...
699
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.common.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.common.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.common.event; /** * @author arungupta */ // CDI Event - Can pass the state using org.glasfish.samples.Underground public class InitDataDone { }
65
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.common.event; /** * @author arungupta */ // CDI Event - Can pass the state using org.glasfish.samples.Underground public class FamPlaceUpdated { }
65
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package org.fam.common.exception; import javax.ejb.ApplicationException; /** * @author mask_hot */ @ApplicationException(rollback = true) public class FamException extends RuntimeException { /** * @param me...
143
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.common.interceptor; import org.slf4j.LoggerFactory; import javax.interceptor.AroundInvoke; import javax.interceptor.InvocationContext; import java.text.MessageFormat; /** * @author gbougear */ public...
285
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package org.fam.common.interceptor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.interceptor.AroundInvoke; import javax.interceptor.InvocationContext; import java.text.MessageFormat; /** * @a...
194
github-java-corpus
2,012
package org.fam.common.cdi; import javax.inject.Inject; import javax.interceptor.AroundInvoke; import javax.interceptor.Interceptor; import javax.interceptor.InvocationContext; import java.io.Serializable; import java.util.logging.Logger; /** * Created with IntelliJ IDEA. * User: mask_hot * Date: 23/03/12 * Time...
262
github-java-corpus
2,012
package org.fam.common.cdi; /** * Created by IntelliJ IDEA. * User: mask_hot * Date: 22/09/11 * Time: 23:55 * To change this template use File | Settings | File Templates. */ public enum Entity { ABSENCE, ANSWER, CARD, CITY, CLUB, COUNTRY, EVENT, EVENT_STATUS, FIXTURE, FOR...
201
github-java-corpus
2,012
package org.fam.common.cdi; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; @Qualifier @Retention(RetentionPolicy.RUNTIME) @Target({TYPE, METHOD, FIELD, PARAMETER})...
76
github-java-corpus
2,012
package org.fam.common.cdi; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; @Qualifier @Retention(RetentionPolicy.RUNTIME) @Target({TYPE, METHOD, FIELD, PARAMETER})...
77
github-java-corpus
2,012
package org.fam.common.cdi; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.enterprise.inject.Produces; import javax.enterprise.inject.spi.InjectionPoint; /** * Created with IntelliJ IDEA. * User: mask_hot * Date: 20/03/12 * Time: 00:38 * To change this template use File | Settings | File ...
124
github-java-corpus
2,012
package org.fam.common.cdi; import javax.interceptor.InterceptorBinding; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.RUNTIME; /...
127
github-java-corpus
2,012
package org.fam.common.cdi; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; @Qualifier @Retention(RetentionPolicy.RUNTIME) @Target({TYPE, METHOD, FIELD, PARAMETER})...
76
github-java-corpus
2,012
package org.fam.common.cdi; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; @Qualifier @Retention(RetentionPolicy.RUNTIME) @Target({TYPE, METHOD, FIELD, PARAMETER})...
72
github-java-corpus
2,012
package org.fam.common.cdi; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; @Qualifier @Retention(RetentionPolicy.RUNTIME) @Target({TYPE, METHOD, FIELD, PARAMETER})...
71
github-java-corpus
2,012
package org.fam.common.cdi; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; @Qualifier @Retention(RetentionPolicy.RUNTIME) @Target({TYPE, METHOD, FIELD, PARAMETER})...
72
github-java-corpus
2,012
package org.fam.common.cdi; /** * Created by IntelliJ IDEA. * User: mask_hot * Date: 22/09/11 * Time: 23:55 * To change this template use File | Settings | File Templates. */ public enum ESType { SCHEDULED, CANCELLED, FINISHED, DELAYED }
78
github-java-corpus
2,012
package org.fam.common.cdi; /** * Created by IntelliJ IDEA. * User: mask_hot * Date: 22/09/11 * Time: 23:55 * To change this template use File | Settings | File Templates. */ public enum EType { MATCH, WORKOUT }
66
github-java-corpus
2,012
package org.fam.common.cdi; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; @Qualifier @Retention(RetentionPolicy.RUNTIME) @Target({TYPE, METHOD, FIELD, PARAMETER})...
72
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.constraint; import javax.validation.Payload; import java.lang.annotation.*; /** * @author mask_hot */ @Documented @Target({ElementType.METHOD, ElementType.FIELD, ElementType.ANNOTATION_TYPE}) @Ret...
118
github-java-corpus
2,012
package org.fam.jsf.bootstrap; import org.fam.ejb.session.FamClubFacade; import org.slf4j.Logger; import javax.annotation.PostConstruct; import javax.ejb.Singleton; import javax.ejb.Startup; import javax.inject.Inject; /** * Created with IntelliJ IDEA. * User: mask_hot * Date: 21/03/12 * Time: 21:52 * To change...
158
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package org.fam.jsf.bootstrap; import org.fam.common.constant.FamConstantes; import org.fam.ejb.model.FamCategory; import org.fam.ejb.model.FamClub; import org.fam.ejb.model.FamEvent; import org.fam.ejb.model.FamEventSt...
8,140
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.converter; import org.fam.ejb.model.FamAnswer; import org.fam.jsf.controller.FamAnswerController; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.face...
378
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.converter; import org.fam.ejb.model.FamMatchTeam; import org.fam.jsf.controller.FamMatchDebriefWizardController; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; im...
406
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.converter; import org.fam.ejb.model.FamTypCard; import org.fam.jsf.controller.FamTypCardController; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.fa...
392
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.converter; import org.fam.ejb.model.FamCard; import org.fam.jsf.controller.FamCardController; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.co...
378
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.converter; import org.fam.ejb.model.FamMatchTeam; import org.fam.jsf.controller.FamMatchComposeWizardController; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; im...
400
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.converter; import org.fam.ejb.model.FamSeason; import org.fam.jsf.controller.FamSeasonController; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.face...
380
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.converter; import org.fam.ejb.model.FamScale; import org.fam.jsf.controller.FamScaleController; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces....
373