Hola, encontramos la solución a tu pregunta, continúa leyendo y la obtendrás aquí.
Ejemplo: id generado automáticamente jpa
@Entityjavax.persistence.EntityJPA annotationSpecifies that the class is an entity.SeeJavaDocReferencePage...publicclassEntityWithAutoId1@Idjavax.persistence.IdJPA annotationSpecifies the primary key of an entity.SeeJavaDocReferencePage...@GeneratedValuejavax.persistence.GeneratedValueJPA annotationProvides for the specification of generation strategies for the
values of primary keys.SeeJavaDocReferencePage...(strategyGeneratedValue.strategyannotation element(Optional)The primary key generation strategy
that the persistence provider must use togenerate the annotated entity primary key.SeeJavaDocReferencePage...=GenerationTypejavax.persistence.GenerationTypeJPA enumDefines the types of primary key generation strategies.SeeJavaDocReferencePage....AUTOGenerationType.AUTOenum constantIndicates that the persistence provider should pick an
appropriate strategy for the particular database.SeeJavaDocReferencePage...)long id;:
Si estás contento con lo expuesto, tienes la opción de dejar una sección acerca de qué le añadirías a este escrito.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)