| 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)
FieldDaoreadFieldByAbbreviation in interface FieldDaopublic List<Field> readAllProductFields()
FieldDaoreadAllProductFields in interface FieldDaoCopyright © 2013. All rights reserved.