Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「ファインダー」を使用するには、 で利用できる持続性クラスのインスタンスを使用しますLocalService。
LocalService
あなたの例を拡張するには、
の代わりにSampleUtil.findByCity(city)、してくださいsamplePersistence.findByCity(city)。
SampleUtil.findByCity(city)
samplePersistence.findByCity(city)
samplePersistenceの基本実装によってすでに作成されていますSampleLocalServiceImpl.java。
samplePersistence
SampleLocalServiceImpl.java