org.gcube.data.analysis.tabulardata.cube.metadata
Class JPACubeMetadataWrangler
java.lang.Object
org.gcube.data.analysis.tabulardata.cube.metadata.JPACubeMetadataWrangler
- All Implemented Interfaces:
- CubeMetadataWrangler
@Default
@Singleton
public class JPACubeMetadataWrangler
- extends Object
- implements CubeMetadataWrangler
|
Method Summary |
org.gcube.data.analysis.tabulardata.model.table.Table |
get(org.gcube.data.analysis.tabulardata.model.table.TableId id)
|
List<org.gcube.data.analysis.tabulardata.model.table.Table> |
getAll()
|
List<org.gcube.data.analysis.tabulardata.model.table.Table> |
getAll(org.gcube.data.analysis.tabulardata.model.table.TableType tableType)
|
void |
remove(org.gcube.data.analysis.tabulardata.model.table.TableId id)
|
org.gcube.data.analysis.tabulardata.model.table.Table |
save(org.gcube.data.analysis.tabulardata.model.table.Table table)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPACubeMetadataWrangler
@Inject
public JPACubeMetadataWrangler(ISEntityManagerProvider emp)
save
public org.gcube.data.analysis.tabulardata.model.table.Table save(org.gcube.data.analysis.tabulardata.model.table.Table table)
- Specified by:
save in interface CubeMetadataWrangler
get
public org.gcube.data.analysis.tabulardata.model.table.Table get(org.gcube.data.analysis.tabulardata.model.table.TableId id)
throws NoSuchTableException
- Specified by:
get in interface CubeMetadataWrangler
- Throws:
NoSuchTableException
getAll
public List<org.gcube.data.analysis.tabulardata.model.table.Table> getAll()
- Specified by:
getAll in interface CubeMetadataWrangler
getAll
public List<org.gcube.data.analysis.tabulardata.model.table.Table> getAll(org.gcube.data.analysis.tabulardata.model.table.TableType tableType)
- Specified by:
getAll in interface CubeMetadataWrangler
remove
public void remove(org.gcube.data.analysis.tabulardata.model.table.TableId id)
throws NoSuchTableException
- Specified by:
remove in interface CubeMetadataWrangler
- Throws:
NoSuchTableException
Copyright © 2014. All Rights Reserved.