JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
dmv.spring.demo.model.entity.sqlfields
Interface EntityFields
All Known Implementing Classes:
RoleFields
,
RoleUsersFields
,
UserFields
public interface
EntityFields
Common type for Entity SQL Fields names (they are also known as Column names). To be used throughout the program.
Author:
dmv
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getName
()
Get field's name (name of a column in corresponding table)
Method Detail
getName
String
getName()
Get field's name (name of a column in corresponding table)
Returns:
field's name
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method