/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/ |
H A D | ConversionException.java | 46 package com.sun.jdo.api.persistence.mapping.ejb;
|
H A D | HasFetchedWith.java | 47 package com.sun.jdo.api.persistence.mapping.ejb; 49 import com.sun.jdo.api.persistence.mapping.ejb.beans.FetchedWith;
|
H A D | LogHelperMappingConversion.java | 48 package com.sun.jdo.api.persistence.mapping.ejb; 60 private static final String componentName = "mapping.conversion"; // NOI18N 68 "com.sun.jdo.api.persistence.mapping.ejb.Bundle"; // NOI18N 71 * @return The logger for the mapping generator component.
|
H A D | CaptureSchema.java | 47 package com.sun.jdo.api.persistence.mapping.ejb; 84 ResourceBundle.getBundle("com.sun.jdo.api.persistence.mapping.ejb.Bundle"); // NOI18N
|
H A D | EJBInfoHelper.java | 47 package com.sun.jdo.api.persistence.mapping.ejb; 57 * and helper objects needed to do mapping and generating of ejb related
|
H A D | SunCmpMappingsUtils.java | 41 package com.sun.jdo.api.persistence.mapping.ejb; 51 import com.sun.jdo.api.persistence.mapping.ejb.beans.*; 60 ResourceBundle.getBundle("com.sun.jdo.api.persistence.mapping.ejb.Bundle"); //NOI18N 108 /** Find the cmr-field-mapping element for a field in an EntityMapping object
|
H A D | ConversionHelper.java | 47 package com.sun.jdo.api.persistence.mapping.ejb; 52 * The mapping file classes use an object that 54 * from the sun-cmp-mapping file, into a TP dot-mapping file. 90 * @param candidate The value "proposed" by the content of the sun-cmp-mapping file. 129 * Returns flag whether the mapping conversion should apply the default 159 * Returns the flag whether the mapping conversion should generate 163 * @return <code>true</code> to generate fields in the dot-mapping file 169 * Sets the flag whether the mapping conversion should generate relationship 176 /** Returns the flag whether the mapping conversio [all...] |
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/ |
H A D | MappingMemberElement.java | 47 package com.sun.jdo.api.persistence.model.mapping;
|
H A D | MappingElement.java | 47 package com.sun.jdo.api.persistence.model.mapping; 81 /** Get the name of this mapping element. 86 /** Set the name of this mapping element.
|
H A D | MappingRelationshipElement.java | 47 package com.sun.jdo.api.persistence.model.mapping; 57 * between two classes. The mapping portion should be set up as follows: 58 * When mapping a non-join table relationship, call the {@link #addColumn} 60 * foreign table. When mapping a join table relationship, call the 77 * mapping field is mapped. This is used for join tables. 78 * @return the names of the columns mapped by this mapping field 83 /** Adds a column to the list of columns mapped by this mapping field. 84 * Call this method instead of <code>addColumn</code> when mapping join 88 * @param column foreign column element to be added to the mapping 95 /** Adds a column to the list of associated columns mapped by this mapping [all...] |
H A D | MappingElementProperties.java | 47 package com.sun.jdo.api.persistence.model.mapping; 119 * {@link MappingTableElement mapping table elements}. 126 * {@link MappingTableElement mapping table elements}. 138 * keys} property for {@link MappingTableElement mapping table elements}.
|
H A D | MappingFieldElement.java | 47 package com.sun.jdo.api.persistence.model.mapping; 136 /** Returns the list of column names to which this mapping field is 138 * @return the names of the columns mapped by this mapping field 142 /** Adds a column to the list of columns mapped by this mapping field. 143 * @param column column element to be added to the mapping 148 /** Removes a column from the list of columns mapped by this mapping field. 150 * the mapping
|
H A D | MappingReferenceKeyElement.java | 47 package com.sun.jdo.api.persistence.model.mapping; 67 * First, set a primary table for the mapping class. Doing this sets up a 68 * "fake primary key" for the associated mapping table element. Next, add 71 * key" information is necessary on the secondary table's mapping table, 84 /** Returns the mapping table element for this referencing key. 89 /** Set the mapping table for this referencing key to the supplied table. 90 * @param table mapping table element to be used with this key.
|
H A D | MappingTableElement.java | 47 package com.sun.jdo.api.persistence.model.mapping; 60 * For example, mapping table contains a key which can be thought of as a 66 * mapping table contains a list of reference keys which can be thought of as 74 * Any mapping table elements which are designated as primary tables have 75 * their key set up automatically. Any mapping table elements which are 88 /** Returns the name of the table element used by this mapping table. 89 * @return the table name for this mapping table 93 /** Set the table element for this mapping table to the supplied table. 94 * @param table table element to be used by the mapping table. 99 /** Returns true if the table element used by this mapping tabl [all...] |
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/ |
H A D | CacheModule.java | 44 import com.sun.appserv.web.cache.mapping.CacheMapping; 45 import com.sun.appserv.web.cache.mapping.ConstraintField; 46 import com.sun.appserv.web.cache.mapping.Field; 47 import com.sun.appserv.web.cache.mapping.ValueConstraint; 176 // for each cache-mapping, create CacheMapping, setup the filter 181 CacheMapping mapping = new CacheMapping(); 182 configureCacheMapping(mapConfig, mapping, logger); 189 * DefaultCacheHelper uses this name to access the mapping. 191 manager.addCacheMapping(filterName, mapping); 198 if (mapping 247 configureCacheMapping( com.sun.enterprise.deployment.runtime.web.CacheMapping mapConfig, CacheMapping mapping, Logger logger) argument [all...] |
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/mapping/ |
H A D | Constants.java | 41 package com.sun.appserv.web.cache.mapping;
|
H A D | Field.java | 41 package com.sun.appserv.web.cache.mapping; 117 String msg = _rb.getString("cache.mapping.incorrectScope");
|
H A D | ConstraintField.java | 41 package com.sun.appserv.web.cache.mapping;
|
H A D | ValueConstraint.java | 41 package com.sun.appserv.web.cache.mapping; 97 String msg = _rb.getString("cache.mapping.greaterExpRequiresNumeric"); 109 String msg = _rb.getString("cache.mapping.lesserExpRequiresNumeric"); 123 String msg = _rb.getString("cache.mapping.illegalValueExpr"); 149 String msg = _rb.getString("cache.mapping.illegalValueRange"); 164 String msg = _rb.getString("cache.mapping.missingRangeSep"); 176 String msg = _rb.getString("cache.mapping.lowerRangeRequiresNumber"); 185 String msg = _rb.getString("cache.mapping.rangeRequiresUpperBound"); 196 String msg = _rb.getString("cache.mapping.upperRangeRequiresNumber");
|
H A D | CacheMapping.java | 41 package com.sun.appserv.web.cache.mapping; 71 /** default cache mapping 79 * set the helper name ref associated with this cache mapping 80 * @param helperNameRef helper name ref for this cache mapping 86 /** set the servlet-name this mapping applies 93 /** set the url-pattern this mapping applies 94 * @param urlPattern url pattern this mapping applies 185 /*** cache-mapping getter methods ***/ 188 * get helper-name-ref associated with this mapping 204 * get the underlying url-pattern this mapping applicabl [all...] |
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/util/ |
H A D | XMLValidationHandler.java | 65 protected static Hashtable<String, String> mapping = null; field in class:XMLValidationHandler 82 if (mapping==null) { 83 mapping = new Hashtable<String, String>(); 84 mapping.put(com.sun.enterprise.deployment.node.ApplicationNode.PUBLIC_DTD_ID , "application_1_3.dtd" ); 85 mapping.put(com.sun.enterprise.deployment.node.ApplicationNode.PUBLIC_DTD_ID_12 , "application_1_2.dtd"); 86 mapping.put(com.sun.enterprise.deployment.node.ejb.EjbBundleNode.PUBLIC_DTD_ID, "ejb-jar_2_0.dtd" ) ; 87 mapping.put(com.sun.enterprise.deployment.node.ejb.EjbBundleNode.PUBLIC_DTD_ID_12, "ejb-jar_1_1.dtd" ); 88 mapping.put(com.sun.enterprise.deployment.node.appclient.AppClientNode.PUBLIC_DTD_ID, "application-client_1_3.dtd" ); 89 mapping.put(com.sun.enterprise.deployment.node.appclient.AppClientNode.PUBLIC_DTD_ID_12, "application-client_1_2.dtd" ); 91 mapping [all...] |
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/impl/ |
H A D | MappingMemberElementImpl.java | 47 package com.sun.jdo.api.persistence.model.mapping.impl; 53 import com.sun.jdo.api.persistence.model.mapping.*; 95 * comparison of the name of the declaring class this mapping element. 97 * class with the same name as this mapping element. 118 * the hashCode of this mapping element's declaring class. 152 * changes on the mapping class element modified status. 178 /** Set the declaring class of this mapping member. This method should 180 * @param declaringClass the declaring class of this mapping member
|
/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/ |
H A D | CheckVersionOfAccessedInstances.java | 41 package com.sun.jdo.api.persistence.mapping.ejb.beans; 183 appserv-commons/lib/dtds (which also has previous versions of sun-cmp-mapping 198 <!ELEMENT sun-cmp-mappings ( sun-cmp-mapping+ ) > 201 <!ELEMENT sun-cmp-mapping ( schema, entity-mapping+) > 210 <!ELEMENT entity-mapping (ejb-name, table-name, cmp-field-mapping+, 211 cmr-field-mapping*, secondary-table*, consistency?)> 219 <!-- A cmp-field-mapping has a field, one or more columns that it maps to. 229 <!ELEMENT cmp-field-mapping (fiel [all...] |
H A D | CmpFieldMapping.java | 41 package com.sun.jdo.api.persistence.mapping.ejb.beans; 51 implements com.sun.jdo.api.persistence.mapping.ejb.HasFetchedWith 273 appserv-commons/lib/dtds (which also has previous versions of sun-cmp-mapping 288 <!ELEMENT sun-cmp-mappings ( sun-cmp-mapping+ ) > 291 <!ELEMENT sun-cmp-mapping ( schema, entity-mapping+) > 300 <!ELEMENT entity-mapping (ejb-name, table-name, cmp-field-mapping+, 301 cmr-field-mapping*, secondary-table*, consistency?)> 309 <!-- A cmp-field-mapping ha [all...] |
H A D | CmrFieldMapping.java | 41 package com.sun.jdo.api.persistence.mapping.ejb.beans; 51 implements com.sun.jdo.api.persistence.mapping.ejb.HasFetchedWith 126 public int addColumnPair(com.sun.jdo.api.persistence.mapping.ejb.beans.ColumnPair value) { 135 public int removeColumnPair(com.sun.jdo.api.persistence.mapping.ejb.beans.ColumnPair value) { 186 com.sun.jdo.api.persistence.mapping.ejb.beans.ColumnPair element = getColumnPair(_index); 262 appserv-commons/lib/dtds (which also has previous versions of sun-cmp-mapping 277 <!ELEMENT sun-cmp-mappings ( sun-cmp-mapping+ ) > 280 <!ELEMENT sun-cmp-mapping ( schema, entity-mapping+) > 289 <!ELEMENT entity-mapping (ej [all...] |