@merari42 to Programmer [email protected] • 3 days agoI want a programming language that supports German style composite wordsimagemessage-square124arrow-up1801arrow-down14cross-posted to: [email protected][email protected]
arrow-up1797arrow-down1imageI want a programming language that supports German style composite words@merari42 to Programmer [email protected] • 3 days agomessage-square124cross-posted to: [email protected][email protected]
minus-square@[email protected]linkfedilink4•1 day agoSpring JPA Query methods are kind of like the composite words. You just declare a method with a name that describes the database query you want, and it generates the code and SQL for you. https://docs.spring.io/spring-data/jpa/reference/jpa/query-methods.html
Spring JPA Query methods are kind of like the composite words. You just declare a method with a name that describes the database query you want, and it generates the code and SQL for you.
https://docs.spring.io/spring-data/jpa/reference/jpa/query-methods.html