A B C D E F G H I J K L M N O P Q R S T U V W X _

M

main(String[]) - Static method in class org.ujorm.core.UjoManager
Show an information about the framework
makeArrayTest(Object) - Method in class org.ujorm.criterion.ValueCriterion
Test a value is an instance of Iterable.
makeCharSequenceTest(Object) - Method in class org.ujorm.criterion.ValueCriterion
Test a value is an instance of CharSequence or a type UjoProperty is type of CharSequence.
MANDATORY - Static variable in class org.ujorm.orm.metaModel.MetaColumn
Column NOT-NULL
MapImplUjo - Class in org.ujorm.implementation.mapImpl
The abstract String Map Ujo imlementation is an implementation of the UjoMiddle and Map<CharSequence,Object> interfaces.
MapImplUjo() - Constructor for class org.ujorm.implementation.mapImpl.MapImplUjo
Constructor
MapImplUjo(HashMap<String, Object>) - Constructor for class org.ujorm.implementation.mapImpl.MapImplUjo
Constructor
MapImplUjoMiddle<UJO_IMPL extends MapImplUjoMiddle> - Class in org.ujorm.implementation.mapImpl
This is an middle extended implementation of a setter and getter methods for an easier access for developpers.
MapImplUjoMiddle(HashMap<String, Object>) - Constructor for class org.ujorm.implementation.mapImpl.MapImplUjoMiddle
 
MapImplUjoMiddle() - Constructor for class org.ujorm.implementation.mapImpl.MapImplUjoMiddle
No parameters constuctor
MapUjo - Class in org.ujorm.implementation.map
This is a simple abstract implementation of Ujo.
MapUjo() - Constructor for class org.ujorm.implementation.map.MapUjo
Constructor
MapUjo(HashMap<UjoProperty, Object>) - Constructor for class org.ujorm.implementation.map.MapUjo
Constructor
MapUjoExt<UJO extends MapUjoExt> - Class in org.ujorm.implementation.map
This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation.
MapUjoExt() - Constructor for class org.ujorm.implementation.map.MapUjoExt
Constructor
MapUjoExt(HashMap<UjoProperty, Object>) - Constructor for class org.ujorm.implementation.map.MapUjoExt
Constructor
markForRolback() - Method in class org.ujorm.orm.Session
 
MAX_ITEM_COUNT_4_IN - Static variable in class org.ujorm.orm.metaModel.MetaParams
The maximal count of items for the SQL IN operator, default value is 500 items The limit is used inside the method loadLazyValuesAsBatch(..).
MAX_LENGTH - Static variable in class org.ujorm.orm.metaModel.MetaColumn
Column value length
maxValue - Variable in class org.ujorm.orm.UjoSequencer
Total limit, zero means no restriction
MetaColumn - Class in org.ujorm.orm.metaModel
Database column metadata
MetaColumn() - Constructor for class org.ujorm.orm.metaModel.MetaColumn
 
MetaColumn(TypeService) - Constructor for class org.ujorm.orm.metaModel.MetaColumn
 
MetaColumn(MetaTable, UjoProperty, MetaColumn) - Constructor for class org.ujorm.orm.metaModel.MetaColumn
 
MetaDatabase - Class in org.ujorm.orm.metaModel
A logical database description.
MetaDatabase() - Constructor for class org.ujorm.orm.metaModel.MetaDatabase
 
MetaDatabase(OrmHandler, OrmUjo, MetaDatabase, Integer) - Constructor for class org.ujorm.orm.metaModel.MetaDatabase
Create a new Database.
MetaIndex - Class in org.ujorm.orm.metaModel
DB index metamodel.
MetaIndex(String, MetaTable) - Constructor for class org.ujorm.orm.metaModel.MetaIndex
 
MetaParams - Class in org.ujorm.orm.metaModel
A logical database description.
MetaParams() - Constructor for class org.ujorm.orm.metaModel.MetaParams
 
MetaPKey - Class in org.ujorm.orm.metaModel
The table primary key.
MetaPKey(MetaTable) - Constructor for class org.ujorm.orm.metaModel.MetaPKey
 
metaProcedure - Variable in class org.ujorm.orm.DbProcedure
Meta - model
metaProcedure() - Method in class org.ujorm.orm.DbProcedure
Returns MetaModel of the procedure
MetaProcedure - Class in org.ujorm.orm.metaModel
DB procudure or function meta-model.
MetaProcedure() - Constructor for class org.ujorm.orm.metaModel.MetaProcedure
No parameter constructor.
MetaProcedure(MetaDatabase, UjoProperty, MetaProcedure) - Constructor for class org.ujorm.orm.metaModel.MetaProcedure
Create the new stored procedure meta-model.
MetaRelation2Many - Class in org.ujorm.orm.metaModel
The database/object relation to many.
MetaRelation2Many() - Constructor for class org.ujorm.orm.metaModel.MetaRelation2Many
 
MetaRelation2Many(MetaTable, UjoProperty, MetaRelation2Many) - Constructor for class org.ujorm.orm.metaModel.MetaRelation2Many
 
MetaRoot - Class in org.ujorm.orm.metaModel
A logical database description.
MetaRoot() - Constructor for class org.ujorm.orm.metaModel.MetaRoot
 
MetaSelect - Class in org.ujorm.orm.metaModel
Contains a SQL statement for a UJO view user SELECT.
MetaSelect(String, String) - Constructor for class org.ujorm.orm.metaModel.MetaSelect
Constructor.
MetaSelect(MetaTable) - Constructor for class org.ujorm.orm.metaModel.MetaSelect
 
MetaTable - Class in org.ujorm.orm.metaModel
DB table or view meta-model.
MetaTable() - Constructor for class org.ujorm.orm.metaModel.MetaTable
No parameter constructor.
MetaTable(MetaDatabase, RelationToMany, MetaTable) - Constructor for class org.ujorm.orm.metaModel.MetaTable
Create new MetaTable.
more() - Method in class org.ujorm.orm.metaModel.MetaParams
Returns an object to provide the special parameters for a different use.
MORE_PARAMS - Static variable in class org.ujorm.orm.metaModel.MetaParams
The parameter contains the special parameters with for different use.
MoreParams - Class in org.ujorm.orm.metaModel
Class contains the special parameters with for different use.
MoreParams() - Constructor for class org.ujorm.orm.metaModel.MoreParams
 
MSSqlDialect - Class in org.ujorm.orm.dialect
Dialect for the MSSQL tested on SQL Server 2008 R2 with Microsoft SQL Server JDBC Driver 3.0 from http://msdn.microsoft.com/data/jdbc
http://www.microsoft.com/sqlserver/
Note: This dialect the is an early release 1.10.beta.
MSSqlDialect() - Constructor for class org.ujorm.orm.dialect.MSSqlDialect
 
MySqlDialect - Class in org.ujorm.orm.dialect
Dialect for the MySQL since release 5.0 for the InnoDB engine.
MySqlDialect() - Constructor for class org.ujorm.orm.dialect.MySqlDialect
 

A B C D E F G H I J K L M N O P Q R S T U V W X _
Copyright © 2007-2012 PPonec