Subversion Repositories SmartDukaan

Rev

Rev 33128 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33128 Rev 33440
Line 8... Line 8...
8
 * This class basically contains api details
8
 * This class basically contains api details
9
 *
9
 *
10
 * @author Ranu Rajput
10
 * @author Ranu Rajput
11
 */
11
 */
12
@Entity
12
@Entity
13
@Table(name = "inventory.ast", schema = "logistics")
13
@Table(name = "inventory.ast")
14
public class AST implements Serializable {
14
public class AST implements Serializable {
15
 
15
 
16
    @Id
16
    @Id
17
    @Column(name = "id", unique = true, updatable = false)
17
    @Column(name = "id", unique = true, updatable = false)
18
    @GeneratedValue(strategy = GenerationType.IDENTITY)
18
    @GeneratedValue(strategy = GenerationType.IDENTITY)