ColdBox ORM Module
ColdBox ORM Module
v3.x
Introduction
Intro
Release History
About This Book
Author
Getting Started
Overview
Installation
Basic Crud - Services
Basic Crud - ActiveEntity
Base ORM Service
Overview
Service Properties
Concrete Services
Automatic Java Types
Dynamic Finders- Counters
Service Methods
Criteria Queries
Creation - Population
Counters
Deleting Entities
Entity Convenience Methods
getDirtyPropertyNames
getEntityGivenName
getEntityMetadata
getKey
getKeyValue
getPropertyNames
getTableName
isDirty
refresh
Finders
Getters
ORM Session
Querying
Saving Entities
Utility Methods
Virtual Services
Overview
Service Properties
Concrete Virtual Services
Active Record
Active Entity Overview
Constructor Properties
Usage
Validation
Criteria Queries
Criteria Builder
Detached Criteria Builder
Help! I'm Not Getting the Result I expected!
Advanced Features
Mementifier
Automatic REST Crud
ORM Events
Unique Property Validation
Powered by GitBook

getPropertyNames

Returns the persisted Property Names of the entity in array format

Returns

  • This function returns array

Arguments

Key

Type

Required

Default

Description

entity

string

Yes

---

​

Examples

var properties = ormService.getPropertyNames("User");
Previous
getKeyValue
Next
getTableName
Last updated 2 years ago
Edit on GitHub
Contents
Returns
Arguments
Examples