parameters) {
19 | MappedExec query = MappedExec.query(SELECT_QUERYNAME).params(parameters);
20 | return query.execute(context);
21 | }
22 |
23 | }
--------------------------------------------------------------------------------
/cayenne-commitlog/src/test/resources/cayenne-lifecycle.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/dbcp.driver.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # https://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 |
16 | c=d
--------------------------------------------------------------------------------
/cayenne/src/test/resources/no-pk.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/cayenne-project/src/test/resources/org/apache/cayenne/project/upgrade/v9/testProjectMap1_1.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/cayenne-ant/src/test/resources/org/apache/cayenne/tools/cgen.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/lifecycles.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/modeler/cayenne-wocompat/src/test/resources/wotests/art.eomodeld/ExhibitType.plist:
--------------------------------------------------------------------------------
1 | {
2 | attributes = (
3 | {
4 | columnName = "EXHIBIT_TYPE_ID";
5 | externalType = int;
6 | name = exhibitTypeId;
7 | valueClassName = NSNumber;
8 | valueType = i;
9 | },
10 | {
11 | columnName = "GALLERY_NAME";
12 | externalType = varchar;
13 | name = name;
14 | valueClassName = NSString;
15 | width = 100;
16 | }
17 | );
18 | attributesUsedForLocking = (exhibitTypeId);
19 | className = "org.apache.cayenne.art.ExhibitType";
20 | classProperties = (name);
21 | externalName = "EXHIBIT_TYPE";
22 | name = ExhibitType;
23 | primaryKeyAttributes = (exhibitTypeId);
24 | sharedObjectFetchSpecificationNames = (FetchAll);
25 | }
26 |
--------------------------------------------------------------------------------
/maven-plugins/cayenne-tools-itest/src/test/resources/org/apache/cayenne/tools/cgen.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/lifecycle-callbacks-order.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/var.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 |
15 | :version: {project-version}
--------------------------------------------------------------------------------
/cayenne/src/test/resources/sus-map.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/modeler/cayenne-wocompat/src/test/resources/inheritance.eomodeld/AbstractEntity.plist:
--------------------------------------------------------------------------------
1 | {
2 | attributes = (
3 | {
4 | columnName = PK;
5 | externalType = int;
6 | name = pk;
7 | valueClassName = NSNumber;
8 | valueType = i;
9 | }
10 | );
11 | attributesUsedForLocking = (pk);
12 | className = AbstractEntityClass;
13 | classProperties = (details);
14 | fetchSpecificationDictionary = {};
15 | isAbstractEntity = Y;
16 | name = AbstractEntity;
17 | primaryKeyAttributes = (pk);
18 | relationships = (
19 | {
20 | deleteRule = EODeleteRuleCascade;
21 | destination = DetailEntity;
22 | isToMany = Y;
23 | joinSemantic = EOInnerJoin;
24 | joins = ({destinationAttribute = masterFK; sourceAttribute = pk; });
25 | name = details;
26 | }
27 | );
28 | }
29 |
--------------------------------------------------------------------------------
/cayenne-cache-invalidation/src/test/resources/lifecycle-map.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/cayenne-project/src/test/resources/org/apache/cayenne/project/upgrade/handlers/velocityTemplate.vm:
--------------------------------------------------------------------------------
1 | ## Licensed to the Apache Software Foundation (ASF) under one
2 | ## or more contributor license agreements. See the NOTICE file
3 | ## distributed with this work for additional information
4 | ## regarding copyright ownership. The ASF licenses this file
5 | ## to you under the Apache License, Version 2.0 (the
6 | ## "License"); you may not use this file except in compliance
7 | ## with the License. You may obtain a copy of the License at
8 | ##
9 | ## https://www.apache.org/licenses/LICENSE-2.0
10 | ##
11 | ## Unless required by applicable law or agreed to in writing,
12 | ## software distributed under the License is distributed on an
13 | ## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | ## KIND, either express or implied. See the License for the
15 | ## specific language governing permissions and limitations
16 | ## under the License.
17 | velocity template stub
--------------------------------------------------------------------------------
/docs/asciidoc/getting-started-db-first/src/docs/asciidoc/_getting-started-db-first/part2.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 | == Importing database
15 |
16 | include::part2-rr-setup.adoc[]
17 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/mysql/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | MySQL DbAdapter.
22 |
23 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/db2/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | IBM DB2 DbAdapter.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/oracle/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Oracle DbAdapter.
22 |
23 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/derby/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Apache Derby DbAdapter.
22 |
23 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/hsqldb/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | HSQLDB DbAdapter.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/postgres/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | PostgreSQL DbAdapter.
22 |
23 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/sqlserver/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | MS SQLServer DbAdapter.
22 |
23 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/sybase/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Sybase DbAdapter.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/util/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | General utility classes.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/array-type.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/docs/asciidoc/getting-started-db-first/src/docs/asciidoc/_getting-started-db-first/part1.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 | == Setup
15 |
16 | include::part1-setup.adoc[]
17 |
18 | include::part1-maven-project.adoc[]
--------------------------------------------------------------------------------
/docs/asciidoc/getting-started-db-first/src/docs/asciidoc/_getting-started-db-first/part4.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 | == Java code
15 |
16 | include::part4-java-classes.adoc[]
17 |
18 | include::part4-java-code.adoc[]
--------------------------------------------------------------------------------
/modeler/cayenne-wocompat/src/test/resources/inheritance.eomodeld/ConcreteEntityOne.plist:
--------------------------------------------------------------------------------
1 | {
2 | attributes = (
3 | {
4 | columnName = PK;
5 | externalType = int;
6 | name = pk;
7 | valueClassName = NSNumber;
8 | valueType = i;
9 | }
10 | );
11 | attributesUsedForLocking = (pk);
12 | className = ConcreteEntityClass;
13 | classProperties = (details);
14 | externalName = "CONCRETE_ENTITY_ONE";
15 | fetchSpecificationDictionary = {};
16 | name = ConcreteEntityOne;
17 | parent = AbstractEntity;
18 | primaryKeyAttributes = (pk);
19 | relationships = (
20 | {
21 | deleteRule = EODeleteRuleCascade;
22 | destination = DetailEntity;
23 | isToMany = Y;
24 | joinSemantic = EOInnerJoin;
25 | joins = ({destinationAttribute = masterFK; sourceAttribute = pk; });
26 | name = details;
27 | }
28 | );
29 | }
30 |
--------------------------------------------------------------------------------
/cayenne-ant/src/main/java/org/apache/cayenne/tools/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Command line tools and Ant tasks.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne-project/src/test/resources/org/apache/cayenne/project/upgrade/v7/6a/delete_shadow_attributes/testProjectMap2.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/cayenne/src/main/resources/org/apache/cayenne/cayenne-strings.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one
2 | # or more contributor license agreements. See the NOTICE file
3 | # distributed with this work for additional information
4 | # regarding copyright ownership. The ASF licenses this file
5 | # to you under the Apache License, Version 2.0 (the
6 | # "License"); you may not use this file except in compliance
7 | # with the License. You may obtain a copy of the License at
8 | #
9 | # https://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing,
12 | # software distributed under the License is distributed on an
13 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | # KIND, either express or implied. See the License for the
15 | # specific language governing permissions and limitations
16 | # under the License.
17 |
18 | cayenne.version = ${project.version}
19 | cayenne.build.date = ${project.build.datetime}
20 |
--------------------------------------------------------------------------------
/cayenne/src/test/java/org/apache/cayenne/testdo/inheritance_horizontal/auto/_SubEntity1.java:
--------------------------------------------------------------------------------
1 | package org.apache.cayenne.testdo.inheritance_horizontal.auto;
2 |
3 | import org.apache.cayenne.testdo.inheritance_horizontal.AbstractSuperEntity;
4 |
5 | /**
6 | * Class _SubEntity1 was generated by Cayenne.
7 | * It is probably a good idea to avoid changing this class manually,
8 | * since it may be overwritten next time code is regenerated.
9 | * If you need to make any customizations, please use subclass.
10 | */
11 | public abstract class _SubEntity1 extends AbstractSuperEntity {
12 |
13 | public static final String SUB_ENTITY_STRING_ATTR_PROPERTY = "subEntityStringAttr";
14 |
15 | public static final String ID_PK_COLUMN = "id";
16 |
17 | public void setSubEntityStringAttr(String subEntityStringAttr) {
18 | writeProperty("subEntityStringAttr", subEntityStringAttr);
19 | }
20 | public String getSubEntityStringAttr() {
21 | return (String)readProperty("subEntityStringAttr");
22 | }
23 |
24 | }
25 |
--------------------------------------------------------------------------------
/docs/asciidoc/getting-started-db-first/src/docs/asciidoc/_getting-started-db-first/part3.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 | == Advanced usage of cdbimport
15 |
16 | include::part3-updating-model.adoc[]
17 |
18 | include::part3-filtering.adoc[]
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Contains persistence APIs directly accessible by users.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/exp/parser/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Contains expression parser and other expression internals.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/extended-type.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/lazy-attributes.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/access/jdbc/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Contains classes that handle JDBC interactions.
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/cayenne-gradle-plugin/src/test/resources/org/apache/cayenne/tools/empty_db.sql:
--------------------------------------------------------------------------------
1 | -- Licensed to the Apache Software Foundation (ASF) under one
2 | -- or more contributor license agreements. See the NOTICE file
3 | -- distributed with this work for additional information
4 | -- regarding copyright ownership. The ASF licenses this file
5 | -- to you under the Apache License, Version 2.0 (the
6 | -- "License"); you may not use this file except in compliance
7 | -- with the License. You may obtain a copy of the License at
8 | --
9 | -- https://www.apache.org/licenses/LICENSE-2.0
10 | --
11 | -- Unless required by applicable law or agreed to in writing,
12 | -- software distributed under the License is distributed on an
13 | -- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | -- KIND, either express or implied. See the License for the
15 | -- specific language governing permissions and limitations
16 | -- under the License.
17 |
18 | -- Test Schema for dbimport task test
19 |
20 |
21 | CREATE SCHEMA schema_01;
22 | SET SCHEMA schema_01;
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/access/types/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Defines an extendable mechanism to map Java types to JDBC types.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/custom-name-file.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/table-primitives.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 |
15 | == Object Relational Mapping with Cayenne
16 |
17 | include::part1/setup.adoc[]
18 |
19 | include::part1/mapping.adoc[]
20 |
21 | include::part1/modeler.adoc[]
--------------------------------------------------------------------------------
/cayenne/src/test/java/org/apache/cayenne/testdo/inheritance_horizontal/auto/_SubEntity2.java:
--------------------------------------------------------------------------------
1 | package org.apache.cayenne.testdo.inheritance_horizontal.auto;
2 |
3 | import org.apache.cayenne.testdo.inheritance_horizontal.AbstractSuperEntity;
4 |
5 | /**
6 | * Class _SubEntity2 was generated by Cayenne.
7 | * It is probably a good idea to avoid changing this class manually,
8 | * since it may be overwritten next time code is regenerated.
9 | * If you need to make any customizations, please use subclass.
10 | */
11 | public abstract class _SubEntity2 extends AbstractSuperEntity {
12 |
13 | public static final String SUB_ENTITY_INT_ATTR_PROPERTY = "subEntityIntAttr";
14 |
15 | public static final String ID_PK_COLUMN = "id";
16 |
17 | public void setSubEntityIntAttr(int subEntityIntAttr) {
18 | writeProperty("subEntityIntAttr", subEntityIntAttr);
19 | }
20 | public int getSubEntityIntAttr() {
21 | Object value = readProperty("subEntityIntAttr");
22 | return (value != null) ? (Integer) value : 0;
23 | }
24 |
25 | }
26 |
--------------------------------------------------------------------------------
/cayenne/src/test/java/org/apache/cayenne/testdo/inheritance_horizontal/auto/_SubEntity3.java:
--------------------------------------------------------------------------------
1 | package org.apache.cayenne.testdo.inheritance_horizontal.auto;
2 |
3 | import org.apache.cayenne.testdo.inheritance_horizontal.AbstractSuperEntity;
4 |
5 | /**
6 | * Class _SubEntity3 was generated by Cayenne.
7 | * It is probably a good idea to avoid changing this class manually,
8 | * since it may be overwritten next time code is regenerated.
9 | * If you need to make any customizations, please use subclass.
10 | */
11 | public abstract class _SubEntity3 extends AbstractSuperEntity {
12 |
13 | public static final String SUB_BOOLEAN_ATTR_PROPERTY = "subBooleanAttr";
14 |
15 | public static final String ID_PK_COLUMN = "id";
16 |
17 | public void setSubBooleanAttr(boolean subBooleanAttr) {
18 | writeProperty("subBooleanAttr", subBooleanAttr);
19 | }
20 | public boolean isSubBooleanAttr() {
21 | Boolean value = (Boolean)readProperty("subBooleanAttr");
22 | return (value != null) ? value.booleanValue() : false;
23 | }
24 |
25 | }
26 |
--------------------------------------------------------------------------------
/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/part2.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 | == Learning mapping basics
15 |
16 | include::starting-project.adoc[]
17 |
18 | include::object-relational-mapping.adoc[]
19 |
20 | include::java-classes.adoc[]
--------------------------------------------------------------------------------
/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/editor/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Contains editor panels used by CayenneModeler main frame.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/maven-plugins/cayenne-maven-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testNamingStrategy.sql:
--------------------------------------------------------------------------------
1 | -- Licensed to the Apache Software Foundation (ASF) under one
2 | -- or more contributor license agreements. See the NOTICE file
3 | -- distributed with this work for additional information
4 | -- regarding copyright ownership. The ASF licenses this file
5 | -- to you under the Apache License, Version 2.0 (the
6 | -- "License"); you may not use this file except in compliance
7 | -- with the License. You may obtain a copy of the License at
8 | --
9 | -- https://www.apache.org/licenses/LICENSE-2.0
10 | --
11 | -- Unless required by applicable law or agreed to in writing,
12 | -- software distributed under the License is distributed on an
13 | -- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | -- KIND, either express or implied. See the License for the
15 | -- specific language governing permissions and limitations
16 | -- under the License.
17 |
18 | CREATE TABLE TEST_TABLE (
19 | COL1 INTEGER NOT NULL,
20 | COL2 CHAR(25),
21 | PRIMARY KEY (COL1)
22 | )
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/map/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Contains O/R mapping classes that store relational database
22 | metadata information and map it to Java classes.
23 |
24 |
25 |
--------------------------------------------------------------------------------
/maven-plugins/cayenne-maven-plugin/src/test/resources/cgen/project-to-test/testTemplate.vm:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
--------------------------------------------------------------------------------
/cayenne-gradle-plugin/settings.gradle:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | rootProject.name = 'cayenne-gradle-plugin'
20 |
21 |
--------------------------------------------------------------------------------
/cayenne-lifecycle/src/test/java/org/apache/cayenne/lifecycle/db/auto/_UuidRoot1.java:
--------------------------------------------------------------------------------
1 | package org.apache.cayenne.lifecycle.db.auto;
2 |
3 | import org.apache.cayenne.GenericPersistentObject;
4 | import org.apache.cayenne.exp.property.PropertyFactory;
5 | import org.apache.cayenne.exp.property.StringProperty;
6 |
7 | /**
8 | * Class _UuidRoot1 was generated by Cayenne.
9 | * It is probably a good idea to avoid changing this class manually,
10 | * since it may be overwritten next time code is regenerated.
11 | * If you need to make any customizations, please use subclass.
12 | */
13 | public abstract class _UuidRoot1 extends GenericPersistentObject {
14 |
15 | private static final long serialVersionUID = 1L;
16 |
17 | public static final String ID_PK_COLUMN = "ID";
18 |
19 | public static final StringProperty UUID = PropertyFactory.createString("uuid", String.class);
20 |
21 | public void setUuid(String uuid) {
22 | writeProperty("uuid", uuid);
23 | }
24 | public String getUuid() {
25 | return (String)readProperty("uuid");
26 | }
27 |
28 | }
29 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/ddl/db2/drop-update-sp.sql:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | DROP PROCEDURE cayenne_tst_upd_proc
--------------------------------------------------------------------------------
/cayenne/src/test/resources/ddl/db2/drop-update-sp2.sql:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | DROP PROCEDURE cayenne_tst_upd_proc2
--------------------------------------------------------------------------------
/cayenne/src/test/resources/org/apache/cayenne/dbimport/reverseEngineering.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/part3.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 | == Learning Cayenne API
15 |
16 | include::object-context.adoc[]
17 |
18 | include::persistent-objects.adoc[]
19 |
20 | include::select-query.adoc[]
21 |
22 | include::delete.adoc[]
23 |
--------------------------------------------------------------------------------
/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/db/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Contains MVC classes for various database operations performed by CayenneModeler.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/ddl/db2/drop-out-sp.sql:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | DROP PROCEDURE cayenne_tst_out_proc
20 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/ddl/db2/drop-select-sp.sql:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | DROP PROCEDURE cayenne_tst_select_proc
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/frontbase/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | FrontBase DbAdapter.
22 |
23 | Deprecated since Cayenne 4.2, as it can't be effectively tested and supported.
24 |
25 |
26 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/ddl/mysql/drop-out-sp.sql:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | DROP PROCEDURE IF EXISTS cayenne_tst_out_proc;
--------------------------------------------------------------------------------
/cayenne/src/test/resources/ddl/mysql/drop-update-sp.sql:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | DROP PROCEDURE IF EXISTS cayenne_tst_upd_proc;
--------------------------------------------------------------------------------
/cayenne/src/test/resources/ddl/mysql/drop-select-sp.sql:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | DROP PROCEDURE IF EXISTS cayenne_tst_select_proc;
--------------------------------------------------------------------------------
/cayenne/src/test/resources/ddl/mysql/drop-update-sp2.sql:
--------------------------------------------------------------------------------
1 | /*****************************************************************
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | ****************************************************************/
19 | DROP PROCEDURE IF EXISTS cayenne_tst_upd_proc2;
--------------------------------------------------------------------------------
/cayenne/src/test/resources/org/apache/cayenne/dbimport/reverseEngineering-skipPrimaryKeyLoading.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
22 | true
23 |
24 |
--------------------------------------------------------------------------------
/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part4.adoc:
--------------------------------------------------------------------------------
1 | // Licensed to the Apache Software Foundation (ASF) under one or more
2 | // contributor license agreements. See the NOTICE file distributed with
3 | // this work for additional information regarding copyright ownership.
4 | // The ASF licenses this file to you under the Apache License, Version
5 | // 2.0 (the "License"); you may not use this file except in compliance
6 | // with the License. You may obtain a copy of the License at
7 | //
8 | // https://www.apache.org/licenses/LICENSE-2.0 Unless required by
9 | // applicable law or agreed to in writing, software distributed under the
10 | // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | // CONDITIONS OF ANY KIND, either express or implied. See the License for
12 | // the specific language governing permissions and limitations under the
13 | // License.
14 |
15 | == DB-First Flow
16 |
17 | include::part4/introduction.adoc[]
18 |
19 | include::part4/filtering.adoc[]
20 |
21 | include::part4/otherSettings.adoc[]
22 |
23 | include::part4/revEngineering.adoc[]
24 |
25 |
26 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/org/apache/cayenne/dbimport/reverseEngineering-skipRelationshipsLoading.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
22 | true
23 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/access/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Contains classes that make up Cayenne ORM stack. Three main classes from top to bottom
22 | are DataContext, DataDomain and DataNode.
23 |
24 |
25 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/soft-delete.map.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/cayenne/src/test/resources/org/apache/cayenne/configuration/runtime/testDBCP.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # https://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 |
16 | driverClassName=com.example.jdbc.Driver
17 | url=jdbc:somedb://localhost/cayenne
18 | username=john
19 | password=secret
20 | maxActive=20
21 | minIdle=5
22 | maxIdle=8
23 | maxWait=10000
24 | validationQuery=select 1 from xyz;
--------------------------------------------------------------------------------
/modeler/cayenne-wocompat/src/test/resources/wotests/art.eomodeld/CustomTypes.plist:
--------------------------------------------------------------------------------
1 | {
2 | attributes = (
3 | {
4 | adaptorValueConversionMethodName = setType;
5 | columnName = PK;
6 | externalType = int;
7 | factoryMethodArgumentType = EOFactoryMethodArgumentIsNSString;
8 | name = pk;
9 | valueClassName = CustomType1;
10 | valueFactoryMethodName = getType;
11 | },
12 | {
13 | adaptorValueConversionMethodName = setType;
14 | columnName = OTHER;
15 | externalType = int;
16 | factoryMethodArgumentType = EOFactoryMethodArgumentIsNSString;
17 | name = other;
18 | valueClassName = CustomType2;
19 | valueFactoryMethodName = getType;
20 | }
21 | );
22 | attributesUsedForLocking = (pk, other);
23 | className = CustomTypes;
24 | classProperties = (pk, other);
25 | externalName = "CUSTOM_TYPES";
26 | fetchSpecificationDictionary = {};
27 | name = CustomTypes;
28 | primaryKeyAttributes = (pk);
29 | }
30 |
--------------------------------------------------------------------------------
/cayenne/src/main/java/org/apache/cayenne/dba/package.html:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 | Contains database adapter API (DbAdapter) and its default implementation.
22 | DbAdapter interface and related classes solve cross-database issues inherent to JDBC.
23 |
24 |
25 |
--------------------------------------------------------------------------------
/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/multipage-header.html:
--------------------------------------------------------------------------------
1 | ---
2 | # Licensed to the Apache Software Foundation (ASF) under one
3 | # or more contributor license agreements. See the NOTICE file
4 | # distributed with this work for additional information
5 | # regarding copyright ownership. The ASF licenses this file
6 | # to you under the Apache License, Version 2.0 (the
7 | # "License"); you may not use this file except in compliance
8 | # with the License. You may obtain a copy of the License at
9 | #
10 | # https://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing,
13 | # software distributed under the License is distributed on an
14 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | # KIND, either express or implied. See the License for the
16 | # specific language governing permissions and limitations
17 | # under the License.
18 |
19 | title: "Cayenne Guide 5.0 · {title}"
20 | description: "Cayenne Guide 5.0, {title}"
21 | cayenneVersion: "5.0"
22 | cayenneNoToc: true
23 | docId: cayenne-guide
24 | weight: {weight}
25 | ---
26 |
--------------------------------------------------------------------------------
/cayenne-cgen/src/main/resources/META-INF/services/org.apache.cayenne.tools.CayenneToolsModuleProvider:
--------------------------------------------------------------------------------
1 | ##################################################################
2 | # Licensed to the Apache Software Foundation (ASF) under one
3 | # or more contributor license agreements. See the NOTICE file
4 | # distributed with this work for additional information
5 | # regarding copyright ownership. The ASF licenses this file
6 | # to you under the Apache License, Version 2.0 (the
7 | # "License"); you may not use this file except in compliance
8 | # with the License. You may obtain a copy of the License at
9 | #
10 | # https://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing,
13 | # software distributed under the License is distributed on an
14 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | # KIND, either express or implied. See the License for the
16 | # specific language governing permissions and limitations
17 | # under the License.
18 | ##################################################################
19 |
20 | org.apache.cayenne.gen.CgenToolsModuleProvider
--------------------------------------------------------------------------------
/cayenne/src/test/java/org/apache/cayenne/testdo/lob/NClobTestEntity.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * https://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 | package org.apache.cayenne.testdo.lob;
20 |
21 | import org.apache.cayenne.testdo.lob.auto._ClobTestEntity;
22 |
23 | public class NClobTestEntity extends _ClobTestEntity {
24 |
25 | }
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------