I basically have the following categories:
@Entity
@Table( name=”user “)
@Inheritance( strategy = InheritanceType.JOINED )
public abstract class User implements Serializable
{
private static
I basically have the following categories:
@Entity
@Table( name=”user “)
@Inheritance( strategy = InheritanceType.JOINED )
public abstract class User implements Serializable
{
private static