Skip to content

Demo comparing different ways in which remote querying can be enabled for Java POJOs

Notifications You must be signed in to change notification settings

infinispan-demos/queryable-pojos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo comparing different ways in which remote querying can be enabled for Java POJOs.

To run the demo, start by an Infinispan Server instance locally:

docker run -it -p 11222:11222 --rm jboss/infinispan-server:9.3.0.CR1

To verify the annotated object method, run annotated.pojos.PokemonQueryTest test class.

To verify the plain object method, run plain.pojos.CryptoCurrencyQueryTest test class.

About

Demo comparing different ways in which remote querying can be enabled for Java POJOs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages