Class PreferenceRepositoryImpl

java.lang.Object
org.openwms.core.preferences.impl.jpa.PreferenceRepositoryImpl
All Implemented Interfaces:
PreferenceRepositoryCustom

@Transactional(propagation=MANDATORY) class PreferenceRepositoryImpl extends Object implements PreferenceRepositoryCustom
A PreferenceRepositoryImpl implements custom generic find methods of PreferenceRepositoryCustom.

All methods have to be invoked within an active transaction context.

Author:
Heiko Scherrer
  • Field Details

    • em

      private javax.persistence.EntityManager em
  • Constructor Details

    • PreferenceRepositoryImpl

      PreferenceRepositoryImpl()
  • Method Details