Ubiquity
2.0.3
php rapid development framework
|
Utilitaires de mappage Objet/relationnel. More...
Static Public Member Functions | |
static | getModelMetadata ($className) |
static | isSerializable ($class, $member) |
static | isNullable ($class, $member) |
static | getFieldName ($class, $member) |
static | getFieldNames ($model) |
static | getTableName ($class) |
static | getKeyFieldsAndValues ($instance) |
static | getKeyFields ($instance) |
static | getMembers ($className) |
static | getFieldTypes ($className) |
static | getFieldType ($className, $field) |
static | getMembersAndValues ($instance, $members=NULL) |
static | isNotNullOrNullAccepted ($v, $className, $member) |
static | getFirstKey ($class) |
static | getFirstKeyValue ($instance) |
static | getManyToOneMembersAndValues ($instance) |
static | getMembersWithAnnotation ($class, $annotation) |
static | exists ($instance, $memberKey, $array) |
static | getJoinColumnName ($class, $member) |
static | getAnnotationInfo ($class, $keyAnnotation) |
static | getAnnotationInfoMember ($class, $keyAnnotation, $member) |
static | getSerializableFields ($class) |
static | getFieldsInRelations ($class) |
static | getManyToOneFields ($class) |
static | getManyToManyFields ($class) |
static | getDefaultFk ($classname) |
static | getMemberJoinColumns ($instance, $member, $metaDatas=NULL) |
static | objectAsJSON ($instance) |
Static Private Attributes | |
static | $modelsMetadatas |
Utilitaires de mappage Objet/relationnel.
Definition at line 16 of file OrmUtils.php.
|
static |
object | $instance | |
string | $memberKey | |
array | $array |
Definition at line 172 of file OrmUtils.php.
|
static |
Definition at line 195 of file OrmUtils.php.
|
static |
Definition at line 201 of file OrmUtils.php.
|
static |
Definition at line 248 of file OrmUtils.php.
|
static |
Definition at line 42 of file OrmUtils.php.
|
static |
Definition at line 51 of file OrmUtils.php.
|
static |
Definition at line 223 of file OrmUtils.php.
|
static |
Definition at line 93 of file OrmUtils.php.
|
static |
Definition at line 86 of file OrmUtils.php.
|
static |
Definition at line 122 of file OrmUtils.php.
|
static |
Definition at line 127 of file OrmUtils.php.
|
static |
Definition at line 185 of file OrmUtils.php.
|
static |
Definition at line 72 of file OrmUtils.php.
|
static |
Definition at line 67 of file OrmUtils.php.
|
static |
Definition at line 241 of file OrmUtils.php.
|
static |
Definition at line 237 of file OrmUtils.php.
|
static |
|
static |
Definition at line 252 of file OrmUtils.php.
|
static |
Definition at line 79 of file OrmUtils.php.
|
static |
Definition at line 100 of file OrmUtils.php.
|
static |
Definition at line 159 of file OrmUtils.php.
|
static |
Definition at line 19 of file OrmUtils.php.
|
static |
Definition at line 217 of file OrmUtils.php.
|
static |
Definition at line 62 of file OrmUtils.php.
|
static |
Definition at line 117 of file OrmUtils.php.
|
static |
Definition at line 34 of file OrmUtils.php.
|
static |
Definition at line 26 of file OrmUtils.php.
|
static |
Definition at line 266 of file OrmUtils.php.
|
staticprivate |
Definition at line 17 of file OrmUtils.php.