Ubiquity
2.0.2
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 Private Attributes | |
static | $modelsMetadatas |
Utilitaires de mappage Objet/relationnel.
Definition at line 15 of file OrmUtils.php.
|
static |
object | $instance | |
string | $memberKey | |
array | $array |
Definition at line 171 of file OrmUtils.php.
|
static |
Definition at line 194 of file OrmUtils.php.
|
static |
Definition at line 200 of file OrmUtils.php.
|
static |
Definition at line 247 of file OrmUtils.php.
|
static |
Definition at line 41 of file OrmUtils.php.
|
static |
Definition at line 50 of file OrmUtils.php.
|
static |
Definition at line 222 of file OrmUtils.php.
|
static |
Definition at line 92 of file OrmUtils.php.
|
static |
Definition at line 85 of file OrmUtils.php.
|
static |
Definition at line 121 of file OrmUtils.php.
|
static |
Definition at line 126 of file OrmUtils.php.
|
static |
Definition at line 184 of file OrmUtils.php.
|
static |
Definition at line 71 of file OrmUtils.php.
|
static |
Definition at line 66 of file OrmUtils.php.
|
static |
Definition at line 240 of file OrmUtils.php.
|
static |
Definition at line 236 of file OrmUtils.php.
|
static |
|
static |
Definition at line 251 of file OrmUtils.php.
|
static |
Definition at line 78 of file OrmUtils.php.
|
static |
Definition at line 99 of file OrmUtils.php.
|
static |
Definition at line 158 of file OrmUtils.php.
|
static |
Definition at line 18 of file OrmUtils.php.
|
static |
Definition at line 216 of file OrmUtils.php.
|
static |
Definition at line 61 of file OrmUtils.php.
|
static |
Definition at line 116 of file OrmUtils.php.
|
static |
Definition at line 33 of file OrmUtils.php.
|
static |
Definition at line 25 of file OrmUtils.php.
|
staticprivate |
Definition at line 16 of file OrmUtils.php.