Chooses the set of fields that will be selected via the API. Calling this method multiple times will overwrite the previous fields that were set.
@param fields the set of fields of the given entity.
@return the builder itself to proceed the chain.
Chooses the set of fields that will be selected via the API. Calling this method multiple times will overwrite the previous fields that were set.
@param fields the set of fields of the given entity.
@return the builder itself to proceed the chain.
Return included fields in this class or interface. Excludes enum constants if this is an enum type.
@return an array of FieldDoc objects representing the includedfields in this class or interface.
Returns a list containing each {@link Field} declared in this type.Inherited fields are not included. Any synthetic fields created by the compiler are included in the list.
For arrays ( {@link ArrayType}) and primitive classes, the returned list is always empty.
@return a list {@link Field} objects; the list has length 0if no fields exist.
@throws ClassNotPreparedException if this class not yet beenprepared.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.