No its not css

@Entity
@ClassDescriptor(hasCyclicRelationships = true)
public class Player extends Person implements ILeagueMetrics, ITeamMetrics, 
IUserMetrics, IPlayerMetrics, Cloneable, Serializable
{
    @InjectResource
    private Logger log;
    private Integer playerNumber;
    private EPosition playerPosition;
    private EDexterity dexterity;
    private Team team = null;
    private Set<UploadableMedia> clips = new HashSet<UploadableMedia>();
    private Set<PlayerStat> stats = new HashSet<PlayerStat>();



there is an annotation kinda like @Transient
not sure but I forget about it
it prevents the entity from coming up in the display

it might be framework specific to tynamo

I just forget and not sure if it still exists 
                                          

Reply via email to