Merge remote-tracking branch 'local12x/1.2.x'
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
package sample.data.gemfire.service;
|
||||
|
||||
import org.springframework.data.gemfire.repository.GemfireRepository;
|
||||
|
||||
import sample.data.gemfire.domain.Gemstone;
|
||||
|
||||
import org.springframework.data.gemfire.repository.GemfireRepository;
|
||||
|
||||
/**
|
||||
* The GemstoneRepository interface is an extension of the GemfireRepository abstraction
|
||||
* for encapsulating data access and persistence operations (CRUD) on Gemstone domain
|
||||
|
||||
@@ -22,13 +22,13 @@ import java.util.List;
|
||||
|
||||
import javax.annotation.PostConstruct;
|
||||
|
||||
import sample.data.gemfire.domain.Gemstone;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
import sample.data.gemfire.domain.Gemstone;
|
||||
|
||||
/**
|
||||
* The GemstoneServiceImpl class is a Service object implementing the GemstoneService
|
||||
* interface containing business logic and rules in addition to data services for
|
||||
|
||||
Reference in New Issue
Block a user