For my school project I need a MySQL Database.
It needs to hold all of the clients user
ass, and also somehow it needs to hold all of the client objects.
That is the client object.
How the fuck do I do this?
It needs to hold all of the clients user
Code:
public class Client implements Serializable {
private String name;
private UUID uuid;
private List<Contact> contacts;
private Map<Contact, Chat> chats;
}
That is the client object.
How the fuck do I do this?
Banned forever. Reason: Ban Evading (Archie, https://builtbybit.com/members/archie.15314/)
