Skip to content

Commit

Permalink
feat create oracle template interaction
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jan 22, 2024
1 parent b585bf2 commit 2e0817a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright (c) 2024 Contributors to the Eclipse Foundation
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
* and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
*
* You may elect to redistribute this code under either of these licenses.
*
* Contributors:
*
* Otavio Santana
*/
package org.eclipse.jnosql.databases.oracle.mapping;

import org.eclipse.jnosql.mapping.document.JNoSQLDocumentTemplate;

public interface OracleTemplate extends JNoSQLDocumentTemplate {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package org.eclipse.jnosql.databases.oracle.mapping;public @interface SQL {
}

0 comments on commit 2e0817a

Please sign in to comment.