Subversion Repositories SmartDukaan

Rev

Rev 23269 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23269 Rev 23357
Line 10... Line 10...
10
import javax.persistence.Table;
10
import javax.persistence.Table;
11
 
11
 
12
import com.spice.profitmandi.dao.enumuration.dtr.AccountType;
12
import com.spice.profitmandi.dao.enumuration.dtr.AccountType;
13
 
13
 
14
@Entity
14
@Entity
15
@Table(name="dtr.user_accounts",schema="dtr")
15
@Table(name="dtr.user_accounts")
16
public class UserAccount{
16
public class UserAccount{
17
	/**
17
	/**
18
	 * 
18
	 * 
19
	 */	
19
	 */	
20
	@Id
20
	@Id