Modifier and Type | Method and Description |
---|---|
Property[] |
ComponentSpecificAccess.getProperties(boolean onlyPeristent) |
Property[] |
SuperComponent.getProperties(boolean onlyPeristent) |
Property[] |
ComponentImpl.getProperties(boolean onlyPeristent) |
Property[] |
Component.getProperties(boolean onlyPeristent)
return all properties from component
|
Property[] |
ComponentSpecificAccess.getProperties(boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
Property[] |
ComponentPro.getProperties(boolean onlyPeristent,
boolean includeBaseProperties,
boolean preferBaseProperties,
boolean inheritedMappedSuperClassOnly) |
Property[] |
SuperComponent.getProperties(boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
Property[] |
ComponentImpl.getProperties(boolean onlyPeristent,
boolean includeBaseProperties,
boolean preferBaseProperties,
boolean inheritedMappedSuperClassOnly) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentSpecificAccess.setProperty(Property property) |
void |
SuperComponent.setProperty(Property property) |
void |
ComponentImpl.setProperty(Property property) |
void |
Component.setProperty(Property property) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyImpl |
Modifier and Type | Method and Description |
---|---|
static Property[] |
ORMUtil.getIds(Property[] props) |
Modifier and Type | Method and Description |
---|---|
static Property[] |
ORMUtil.getIds(Property[] props) |
static boolean |
ORMUtil.isRelated(Property prop) |
Modifier and Type | Method and Description |
---|---|
static Property[] |
HibernateUtil.createPropertiesFromTable(DatasourceConnection dc,
String tableName) |
static Property |
CommonUtil.createProperty(String name,
String type) |
static Property[] |
HibernateUtil.getIDProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties) |
static Property[] |
CommonUtil.getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean preferBaseProperties,
boolean inheritedMappedSuperClassOnly) |
static Property[] |
HibernateUtil.getProperties(Component component,
int fieldType,
Property[] defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Property[] |
HibernateUtil.getProperties(Component component,
int fieldType,
Property[] defaultValue) |
Modifier and Type | Method and Description |
---|---|
Property[] |
ComponentProxy.getProperties(boolean onlyPeristent) |
Property[] |
ComponentProProxy.getProperties(boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
Property[] |
ComponentProReflectionProxy.getProperties(boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
static Property[] |
ComponentProProxy.getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
static Property[] |
ComponentProReflectionProxy.getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentProxy.setProperty(Property property) |
Constructor and Description |
---|
UDFAddProperty(ComponentImpl component,
Property prop) |
UDFGetterProperty(ComponentImpl component,
Property prop) |
UDFHasProperty(ComponentImpl component,
Property prop) |
UDFRemoveProperty(ComponentImpl component,
Property prop) |
UDFSetterProperty(ComponentImpl component,
Property prop) |
Modifier and Type | Method and Description |
---|---|
static Property[] |
ComponentProUtil.getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean preferBaseProperties,
boolean inheritedMappedSuperClassOnly) |
Modifier and Type | Method and Description |
---|---|
static void |
PropertyFactory.addAdd(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.addGet(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.addHas(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.addRemove(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.addSet(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.createPropertyUDFs(ComponentImpl comp,
Property property) |
static String |
PropertyFactory.getSingularName(Property prop) |
static String |
PropertyFactory.getType(Property prop) |
Modifier and Type | Method and Description |
---|---|
static ASMProperty[] |
ASMUtil.toASMProperties(Property[] properties) |
Copyright © 2015 Lucee