Tag: Annotation
Total: 6 Posts
Posts of Tag: Annotation
Total: 6 Posts
Posts of Tag: Annotation
Spring Data JPA - Guide to the @Query Annotation
Introduction If you have worked with Spring Data JPA for any length of time - you're probably acquainted with derived query methods: public interface MyRepository extends JpaRepository<client, long=""> { ...Learn MoreJavaDatabaseMySqlPostgreSQLSpringSpring BootAnnotationjpaSpring Data MongoDB - Guide to the @Aggregation Annotation
Introduction MongoDB is a document-based NoSQL database, that stores data in BSON (Binary JSON) format. Like with any database, you'll routinely make calls to read, write or update data stored in the document s...Learn MoreJavamongodbSpringSpring BootAnnotationSpring Data MongoDB - Guide to the @Query Annotation
Introduction If you have worked with Spring Data JPA for any length of time - you're probably acquainted with derived query methods: @Repository public interface BookRepository extends MongoRepository<book, ...Learn MoreJavaDatabasemongodbSpringSpring BootAnnotationSpring Annotations: Testing
Spring Annotations: Testing Introduction The Spring Framework is a very robust framework, released in 2002. Its core features can be applied to plain Java applications or extended to complex, modern web applica...Learn MoreJavaSpringAnnotationtestingSpring Annotations: Spring Cloud
Spring Annotations: Spring Cloud Introduction The Spring Framework is a very robust framework, released in 2002. Its core features can be applied to plain Java applications or extended to complex, modern web ap...Learn MoreJavaSpringcloudAnnotationThe @Value Annotation in Spring
The @Value Annotation in Spring Introduction The main focus of this article is to help you understand how Spring's @Value annotation works. @Value is a Java annotation that is used at the field or method/constr...Learn MoreJavaSpringSpring BootAnnotation