Package | Description |
---|---|
com.hazelcast.jet.examples.spring.dao | |
com.hazelcast.jet.examples.spring.model | |
com.hazelcast.jet.examples.spring.source |
Modifier and Type | Method and Description |
---|---|
User |
UserDaoImpl.findByName(String name) |
User |
UserDao.findByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<User> |
UserDaoImpl.findAll() |
List<User> |
UserDao.findAll() |
Modifier and Type | Method and Description |
---|---|
User |
User.setEmail(String email) |
User |
User.setId(Integer id) |
User |
User.setName(String name) |
Modifier and Type | Method and Description |
---|---|
static BatchSource<User> |
CustomSourceP.customSource() |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.