Constructor and Description |
---|
Project() |
Project(List<Entity> entities) |
public void reset()
public void addEntity(Entity entity)
public boolean hasEntityByName(String entityName)
public void putEntityByTableName(Entity entity)
public boolean hasEntityByTableName(String tableName)
public Entity getEntityByTableName(String tableName)
public boolean isAccountEntityPresent()
public Entity getAccountEntity()
public boolean isRoleEntityPresent()
public Entity getRoleEntity()
public boolean isAuditLogPresent()
public Entity getAuditLog()
public boolean isSavedSearchPresent()
public Entity getSavedSearch()
public String getPackagesToScan()
public boolean isDefaultSchema()
public boolean getHibernateSearchUsed()
public String print(boolean velocityHasNext, String whenTrue, String whenFalse)
${enumValue.name}("$enumValue.value")$project.print($velocityHasNext, ", //", ";")
velocityHasNext
- special velocity var available inside foreach loop.whenTrue
- the string to return when velocityHasNext is truewhenFalse
- the string to to return when velocityHasNext is falsepublic String print(boolean velocityHasNext, String whenTrue)
${enumValue.name}("$enumValue.value")$project.print($velocityHasNext, ", //")
velocityHasNext
- special velocity var available inside foreach loop.whenTrue
- the string to return when velocityHasNext is truepublic boolean containsKey(Object arg0)
containsKey
in interface Map<String,Object>
public boolean containsValue(Object arg0)
containsValue
in interface Map<String,Object>
public SimpleListHolder<Entity> getEntities()
public SimpleListHolder<Entity> getRootEntities()
public SimpleListHolder<Entity> getEntitiesWithFiles()
public SimpleListHolder<Entity> getVirtuals()
public SimpleListHolder<Entity> getViews()
public SimpleListHolder<Entity> getTables()
public SimpleListHolder<Entity> getWithoutManyToManyJoinEntities()
public SimpleListHolder<Entity> getSearch()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.