|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trendmicro.grid.acl.ds.jpa.JpaVendorRepository
@Repository @Transactional(readOnly=true) public class JpaVendorRepository
Implements VendorRepository using JPA.
Constructor Summary | |
---|---|
JpaVendorRepository()
|
Method Summary | |
---|---|
JpaVendor |
create(String name,
String displayName,
com.trendmicro.grid.acl.metadata.Metadata metadata)
|
JpaVendor |
getByName(String name)
|
static int |
getPageSize()
|
JpaVendor |
getReferenceByName(String name)
Returns a lightweight reference used to satisfy foreign key constraints. |
com.trendmicro.grid.acl.l0.datatypes.NameListPage |
listNames(int pageNumber)
|
static void |
setPageSize(int pageSize)
|
void |
update(com.trendmicro.grid.acl.l0.datatypes.Vendor vendor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JpaVendorRepository()
Method Detail |
---|
public static int getPageSize()
public static void setPageSize(int pageSize)
@Transactional(readOnly=false) public JpaVendor create(String name, String displayName, com.trendmicro.grid.acl.metadata.Metadata metadata)
create
in interface com.trendmicro.grid.acl.ds.VendorRepository
@Transactional(readOnly=false) public void update(com.trendmicro.grid.acl.l0.datatypes.Vendor vendor)
update
in interface com.trendmicro.grid.acl.ds.VendorRepository
public JpaVendor getByName(String name)
getByName
in interface com.trendmicro.grid.acl.ds.VendorRepository
public JpaVendor getReferenceByName(String name)
name
- the name of the vendor.
public com.trendmicro.grid.acl.l0.datatypes.NameListPage listNames(int pageNumber)
listNames
in interface com.trendmicro.grid.acl.ds.VendorRepository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |