Modifier and Type | Field and Description |
---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
Constructor and Description |
---|
FieldDaoImpl() |
Modifier and Type | Method and Description |
---|---|
List<Field> |
readAllProductFields()
Reads all Field objects that are set to searchable.
|
Field |
readFieldByAbbreviation(String abbreviation)
Given an abbreviation, returns the Field object that maps to this abbreviation.
|
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public Field readFieldByAbbreviation(String abbreviation)
FieldDao
readFieldByAbbreviation
in interface FieldDao
public List<Field> readAllProductFields()
FieldDao
readAllProductFields
in interface FieldDao
Copyright © 2013. All rights reserved.