Skip to content

Instantly share code, notes, and snippets.

@jerolba
Created August 21, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerolba/2e74dee55873731915cfb3984afe9979 to your computer and use it in GitHub Desktop.
Save jerolba/2e74dee55873731915cfb3984afe9979 to your computer and use it in GitHub Desktop.
Trip Entity
@Entity
@Table(name = "bike_trip")
public class TripEntity implements Trip {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment