| Modifier and Type | Method and Description |
|---|---|
abstract AbstractDomainObject |
AbstractDomainObject.clone() |
abstract AbstractDomainObject |
AbstractDomainObject.mask(String field) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericDao<T extends AbstractDomainObject> |
class |
GenericDaoImpl<T extends AbstractDomainObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericDaoJpaImpl<T extends AbstractDomainObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityCriteria<T extends AbstractDomainObject> |
class |
QueryData<T extends AbstractDomainObject> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericService<T extends AbstractDomainObject> |
class |
GenericServiceImpl<T extends AbstractDomainObject,D extends GenericDao<T>> |
Copyright © 2015. All rights reserved.